rust/src/test/ui/macros/bad_hello.stderr

9 lines
151 B
Plaintext
Raw Normal View History

error: expected a literal
--> $DIR/bad_hello.rs:12:14
|
12 | println!(3 + 4);
| ^^^^^
error: aborting due to previous error