fff01ccfa8
Fix a number of uncovered deficiencies in diagnostics
5 lines
138 B
Rust
5 lines
138 B
Rust
fn main() {
|
|
concat!(test!()); //~ ERROR cannot find macro `test!` in this scope
|
|
//~| ERROR expected a literal
|
|
}
|