]> git.proxmox.com Git - rustc.git/blame - src/test/ui/span/import-ty-params.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / span / import-ty-params.stderr
CommitLineData
3b2f2976 1error: unexpected generic arguments in path
5869c6ff 2 --> $DIR/import-ty-params.rs:14:25
3b2f2976 3 |
532ac7d7 4LL | import! { a::b::c::S<u8> }
5869c6ff 5 | ^^^^
3b2f2976
XL
6
7error: unexpected generic arguments in path
5869c6ff 8 --> $DIR/import-ty-params.rs:17:25
3b2f2976 9 |
532ac7d7 10LL | import! { a::b::c::S<> }
5869c6ff 11 | ^^
3b2f2976 12
5869c6ff
XL
13error: unexpected generic arguments in path
14 --> $DIR/import-ty-params.rs:20:19
15 |
16LL | import! { a::b<>::c<u8>::S<> }
17 | ^^ ^^^^ ^^
18
19error: aborting due to 3 previous errors
3b2f2976 20