We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3c369 commit f85ddfbCopy full SHA for f85ddfb
src/libstd/macros.rs
@@ -315,7 +315,9 @@ pub mod builtin {
315
///
316
/// Two such examples are macros and `#[cfg]` environments.
317
318
- /// Emit better compiler error if a macro is passed invalid values.
+ /// Emit better compiler error if a macro is passed invalid values. Without the final branch,
319
+ /// the compiler would still emit an error, but the error's message would not mention the two
320
+ /// valid values.
321
322
/// ```compile_fail
323
/// macro_rules! give_me_foo_or_bar {
0 commit comments