2017-08-21 21:54:03 +00:00
|
|
|
error: unexpected generic arguments in path
|
2020-12-01 08:40:28 +00:00
|
|
|
--> $DIR/visibility-ty-params.rs:6:6
|
2017-07-23 17:50:56 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | m!{ S<u8> }
|
2020-12-01 08:40:28 +00:00
|
|
|
| ^^^^
|
2017-07-23 17:50:56 +00:00
|
|
|
|
2023-03-19 10:46:19 +00:00
|
|
|
error[E0433]: failed to resolve: `S` is a struct, not a module
|
2019-08-05 18:18:50 +00:00
|
|
|
--> $DIR/visibility-ty-params.rs:6:5
|
|
|
|
|
|
|
|
|
LL | m!{ S<u8> }
|
2023-03-19 10:46:19 +00:00
|
|
|
| ^ `S` is a struct, not a module
|
2019-08-05 18:18:50 +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/visibility-ty-params.rs:10:10
|
2017-08-17 09:03:59 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | m!{ m<> }
|
2020-12-01 08:40:28 +00:00
|
|
|
| ^^
|
2017-08-17 09:03:59 +00:00
|
|
|
|
2018-12-16 17:23:27 +00:00
|
|
|
error: aborting due to 3 previous errors
|
2017-07-23 17:50:56 +00:00
|
|
|
|
2023-03-19 10:46:19 +00:00
|
|
|
For more information about this error, try `rustc --explain E0433`.
|