blob: ba6499d712e5c0a19bdf120c531e999e4fdd4d2f [file] [log] [blame] [edit]
error: expected expression, found end of macro arguments
--> $DIR/bad-macro-argument.rs:3:35
|
LL | println!("Hello, {}", message/);
| ^ expected expression
error: aborting due to 1 previous error