]> git.lizzy.rs Git - rust.git/blob - src/test/ui/user-defined-macro-rules.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / user-defined-macro-rules.stderr
1 error: user-defined macros may not be named `macro_rules`
2   --> $DIR/user-defined-macro-rules.rs:3:1
3    |
4 LL | macro_rules! macro_rules { () => {} } //~ ERROR user-defined macros may not be named `macro_rules`
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8