The `macro` directory contains most of the macro tests, but not all of them; move the remainder into `macro`.
4 lines
85 B
Rust
4 lines
85 B
Rust
fn main() {
|
|
foo! bar < //~ ERROR expected one of `(`, `[`, or `{`, found `bar`
|
|
}
|