blob: 057515228e0d1f43faa3255e35e33895aa8daf44 (
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:3:1
|
LL | macro_rules! macro_rules { () => {} }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
|