]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/bad_hello.stderr
Auto merge of #35856 - phimuemue:master, r=brson
[rust.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