We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c39ac commit 1d7a0dfCopy full SHA for 1d7a0df
src/libstd/macros.rs
@@ -296,7 +296,9 @@ pub mod builtin {
296
///
297
/// Two such examples are macros and `#[cfg]` environments.
298
299
- /// 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,
300
+ /// the compiler would still emit an error, but the error's message would not mention the two
301
+ /// valid values.
302
303
/// ```compile_fail
304
/// macro_rules! give_me_foo_or_bar {
0 commit comments