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