]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/macro/bad-macro-argument.stderr
Rollup merge of #91587 - nrc:dispatchfromdyn-docs, r=yaahc
[rust.git] / src / test / ui / parser / macro / bad-macro-argument.stderr
1 error: expected expression, found end of macro arguments
2   --> $DIR/bad-macro-argument.rs:3:35
3    |
4 LL |     println!("Hello, {}", message/);
5    |                                   ^ expected expression
6
7 error: aborting due to previous error
8