77f4022303
This reverts commit 5558c64f33446225739c1153b43d2e309bb4f50e.
9 lines
151 B
Plaintext
9 lines
151 B
Plaintext
error: expected a literal
|
|
--> $DIR/bad_hello.rs:12:14
|
|
|
|
|
12 | println!(3 + 4);
|
|
| ^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|