blob: e2c3e34c47160c100779d2c4b316ce4a557d5ede (
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
|
24 | 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
|
27 | import! { a::b::c::S<> } //~ ERROR unexpected generic arguments in path
| ^^^^^^^^^^^^
error: aborting due to 2 previous errors
|