]> git.lizzy.rs Git - rust.git/blob - src/test/ui/span/import-ty-params.stderr
Rollup merge of #100953 - joshtriplett:write-docs, r=Mark-Simulacrum
[rust.git] / src / test / ui / span / import-ty-params.stderr
1 error: unexpected generic arguments in path
2   --> $DIR/import-ty-params.rs:14:25
3    |
4 LL |     import! { a::b::c::S<u8> }
5    |                         ^^^^
6
7 error: unexpected generic arguments in path
8   --> $DIR/import-ty-params.rs:17:25
9    |
10 LL |     import! { a::b::c::S<> }
11    |                         ^^
12
13 error: unexpected generic arguments in path
14   --> $DIR/import-ty-params.rs:20:19
15    |
16 LL |     import! { a::b<>::c<u8>::S<> }
17    |                   ^^   ^^^^   ^^
18
19 error: aborting due to 3 previous errors
20