blob: 7e2c2d382fd699eb6f9c7560e8656abd5f99a98c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
error: unexpected generic arguments in path
--> $DIR/import-ty-params.rs:24:15
|
LL | import! { a::b::c::S<u8> } //~ ERROR unexpected generic arguments in path
| ^^^^^^^^^^^^^^
error: unexpected generic arguments in path
--> $DIR/import-ty-params.rs:27:15
|
LL | import! { a::b::c::S<> } //~ ERROR unexpected generic arguments in path
| ^^^^^^^^^^^^
error: aborting due to 2 previous errors
|