fff01ccfa8
Fix a number of uncovered deficiencies in diagnostics
6 lines
150 B
Rust
6 lines
150 B
Rust
fn main() {
|
|
print!(testo!());
|
|
//~^ ERROR: format argument must be a string literal
|
|
//~| ERROR: cannot find macro `testo!` in this scope
|
|
}
|