]> git.proxmox.com Git - rustc.git/blame - src/test/ui/span/macro-ty-params.stderr
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / ui / span / macro-ty-params.stderr
CommitLineData
3b2f2976 1error: generic arguments in macro path
9fa01778 2 --> $DIR/macro-ty-params.rs:10:10
3b2f2976 3 |
532ac7d7 4LL | foo::<T>!();
9fa01778 5 | ^^^
3b2f2976
XL
6
7error: generic arguments in macro path
9fa01778 8 --> $DIR/macro-ty-params.rs:11:10
3b2f2976 9 |
532ac7d7 10LL | foo::<>!();
9fa01778 11 | ^^
3b2f2976 12
6a06907d 13error: unexpected generic arguments in path
0731742a
XL
14 --> $DIR/macro-ty-params.rs:12:15
15 |
532ac7d7 16LL | m!(Default<>);
0731742a
XL
17 | ^^
18
60c5eb7d 19error: aborting due to 3 previous errors
3b2f2976 20