rust/src/test/ui/issue-11692-1.stderr

9 lines
178 B
Plaintext
Raw Normal View History

2018-07-15 21:11:54 +00:00
error: format argument must be a string literal.
--> $DIR/issue-11692-1.rs:12:12
|
LL | print!(test!());
| ^^^^^^^
error: aborting due to previous error