rust/src/test/ui/macros/missing-comma.stderr

11 lines
241 B
Plaintext
Raw Normal View History

error: no rules expected the token `a`
--> $DIR/missing-comma.rs:12:19
|
LL | println!("{}" a);
| -^
| |
| help: missing comma here
error: aborting due to previous error