rust/tests/ui/parser/macro-keyword.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
97 B
Rust
Raw Normal View History

fn macro() { //~ ERROR expected identifier, found reserved keyword `macro`
2015-01-02 21:39:05 +00:00
}
pub fn main() {
}