2017-08-21 16:54:03 -05:00
|
|
|
error: unexpected generic arguments in path
|
2020-12-01 02:40:28 -06:00
|
|
|
--> $DIR/import-ty-params.rs:14:25
|
2017-07-23 12:50:56 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | import! { a::b::c::S<u8> }
|
2020-12-01 02:40:28 -06:00
|
|
|
| ^^^^
|
2017-07-23 12:50:56 -05:00
|
|
|
|
2017-08-21 16:54:03 -05:00
|
|
|
error: unexpected generic arguments in path
|
2020-12-01 02:40:28 -06:00
|
|
|
--> $DIR/import-ty-params.rs:17:25
|
2017-07-23 12:50:56 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | import! { a::b::c::S<> }
|
2020-12-01 02:40:28 -06:00
|
|
|
| ^^
|
2017-07-23 12:50:56 -05:00
|
|
|
|
2020-12-01 02:40:28 -06:00
|
|
|
error: unexpected generic arguments in path
|
|
|
|
--> $DIR/import-ty-params.rs:20:19
|
|
|
|
|
|
|
|
|
LL | import! { a::b<>::c<u8>::S<> }
|
|
|
|
| ^^ ^^^^ ^^
|
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
2017-07-23 12:50:56 -05:00
|
|
|
|