blob: ba6499d712e5c0a19bdf120c531e999e4fdd4d2f (
plain)
1
2
3
4
5
6
7
8
|
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
|