]> git.proxmox.com Git - rustc.git/blame - src/test/ui/span/visibility-ty-params.stderr
New upstream version 1.25.0+dfsg1
[rustc.git] / src / test / ui / span / visibility-ty-params.stderr
CommitLineData
3b2f2976
XL
1error: unexpected generic arguments in path
2 --> $DIR/visibility-ty-params.rs:16:5
3 |
416 | m!{ S<u8> } //~ ERROR unexpected generic arguments in path
5 | ^^^^^
6
7error: unexpected generic arguments in path
ff7c6d11 8 --> $DIR/visibility-ty-params.rs:19:9
3b2f2976 9 |
ff7c6d11 1019 | m!{ m<> } //~ ERROR unexpected generic arguments in path
3b2f2976
XL
11 | ^^^
12
13error: aborting due to 2 previous errors
14