2017-08-21 16:54:03 -05:00
|
|
|
error: unexpected generic arguments in path
|
2020-12-01 02:40:28 -06:00
|
|
|
--> $DIR/visibility-ty-params.rs:6:6
|
2017-07-23 12:50:56 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | m!{ S<u8> }
|
2020-12-01 02:40:28 -06:00
|
|
|
| ^^^^
|
2017-07-23 12:50:56 -05:00
|
|
|
|
2019-08-05 13:18:50 -05:00
|
|
|
error[E0577]: expected module, found struct `S`
|
|
|
|
--> $DIR/visibility-ty-params.rs:6:5
|
|
|
|
|
|
|
|
|
LL | m!{ S<u8> }
|
|
|
|
| ^^^^^ not a module
|
|
|
|
|
2017-08-21 16:54:03 -05:00
|
|
|
error: unexpected generic arguments in path
|
2020-12-01 02:40:28 -06:00
|
|
|
--> $DIR/visibility-ty-params.rs:10:10
|
2017-08-17 04:03:59 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | m!{ m<> }
|
2020-12-01 02:40:28 -06:00
|
|
|
| ^^
|
2017-08-17 04:03:59 -05:00
|
|
|
|
2018-12-16 11:23:27 -06:00
|
|
|
error: aborting due to 3 previous errors
|
2017-07-23 12:50:56 -05:00
|
|
|
|
2019-10-15 06:52:57 -05:00
|
|
|
For more information about this error, try `rustc --explain E0577`.
|