]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/missing-comma.stderr
Rollup merge of #53110 - Xanewok:save-analysis-remap-path, r=nrc
[rust.git] / src / test / ui / macros / missing-comma.stderr
1 error: expected token: `,`
2   --> $DIR/missing-comma.rs:16:19
3    |
4 LL |     println!("{}" a);
5    |                   ^
6
7 error: no rules expected the token `b`
8   --> $DIR/missing-comma.rs:18:12
9    |
10 LL |     foo!(a b);
11    |           -^
12    |           |
13    |           help: missing comma here
14
15 error: aborting due to 2 previous errors
16