blob: a558262353549bbde67ec7e92b739b3a63b7adeb [file] [log] [blame]
error: expected identifier, found reserved keyword `macro`
--> $DIR/macro-keyword.rs:13:4
|
LL | fn macro() { //~ ERROR expected identifier, found reserved keyword `macro`
| ^^^^^ expected identifier, found reserved keyword
error: aborting due to previous error