mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 14:31:55 +00:00
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
|
error: format argument must be a string literal.
|
||
|
--> $DIR/issue-11692-1.rs:12:12
|
||
|
|
|
||
|
LL | print!(test!());
|
||
|
| ^^^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|