]> git.proxmox.com Git - rustc.git/blob - src/test/ui/macros/bad_hello.stderr
New upstream version 1.13.0+dfsg1
[rustc.git] / src / test / ui / macros / bad_hello.stderr
1 error: expected a literal
2 --> $DIR/bad_hello.rs:12:14
3 |
4 12 | println!(3 + 4);
5 | ^^^^^
6
7 error: aborting due to previous error
8