blob: 8460f81af8335dca209cdbde833207741c2f51f9 [file] [log] [blame]
error: unexpected generic arguments in path
--> $DIR/visibility-ty-params.rs:16:5
|
16 | m!{ S<u8> } //~ ERROR unexpected generic arguments in path
| ^^^^^
error: unexpected generic arguments in path
--> $DIR/visibility-ty-params.rs:19:9
|
19 | m!{ m<> } //~ ERROR unexpected generic arguments in path
| ^^^
error: aborting due to 2 previous errors