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

error: aborting due to previous error(s)