summary refs log tree commit diff
path: root/src/test/ui/macros/bad_hello.stderr
blob: 578ff4ab9d4ad0a3ade41d7d5793270a6f1b74c5 (plain)
1
2
3
4
5
6
7
8
error: expected a literal
  --> $DIR/bad_hello.rs:12:14
   |
LL |     println!(3 + 4); //~ ERROR expected a literal
   |              ^^^^^

error: aborting due to previous error