blob: 1f8b18166c9c96124461bc2fc5eb14522e2f5113 (
plain)
1
2
3
4
5
6
7
8
|
error: user-defined macros may not be named `macro_rules`
--> $DIR/user-defined-macro-rules.rs:13:1
|
LL | macro_rules! macro_rules { () => {} } //~ ERROR user-defined macros may not be named `macro_rules`
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
|