We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037d0c9 commit 831e273Copy full SHA for 831e273
src/error.rs
@@ -26,6 +26,8 @@ pub type Result<T> = std::result::Result<T, Error>;
26
/// [`compile_error!`] in the generated code. This produces a better diagnostic
27
/// message than simply panicking the macro.
28
///
29
+/// [`compile_error!`]: https://doc.rust-lang.org/std/macro.compile_error.html
30
+///
31
/// When parsing macro input, the [`parse_macro_input!`] macro handles the
32
/// conversion to `compile_error!` automatically.
33
0 commit comments