blob: a558262353549bbde67ec7e92b739b3a63b7adeb (
plain)
1
2
3
4
5
6
7
8
|
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
|