2017-08-21 14:54:03 -07:00
|
|
|
error: unexpected generic arguments in path
|
2020-12-01 00:40:28 -08:00
|
|
|
--> $DIR/import-ty-params.rs:14:25
|
2017-07-23 20:50:56 +03:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | import! { a::b::c::S<u8> }
|
2020-12-01 00:40:28 -08:00
|
|
|
| ^^^^
|
2017-07-23 20:50:56 +03:00
|
|
|
|
2017-08-21 14:54:03 -07:00
|
|
|
error: unexpected generic arguments in path
|
2020-12-01 00:40:28 -08:00
|
|
|
--> $DIR/import-ty-params.rs:17:25
|
2017-07-23 20:50:56 +03:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | import! { a::b::c::S<> }
|
2020-12-01 00:40:28 -08:00
|
|
|
| ^^
|
2017-07-23 20:50:56 +03:00
|
|
|
|
2020-12-01 00:40:28 -08: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 20:50:56 +03:00
|
|
|
|