mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
9 lines
243 B
Plaintext
9 lines
243 B
Plaintext
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 previous error
|
|
|