2018-08-08 07:28:26 -05:00
|
|
|
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`
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2018-08-22 18:19:38 -05:00
|
|
|
error: aborting due to previous error
|
2018-08-08 07:28:26 -05:00
|
|
|
|