blob: 39b3edc67033d63ca2f42f1e50d80ae27a75941e [file] [log] [blame]
error: generic arguments in macro path
--> $DIR/macro-ty-params.rs:10:10
|
LL | foo::<T>!();
| ^^^
error: generic arguments in macro path
--> $DIR/macro-ty-params.rs:11:10
|
LL | foo::<>!();
| ^^
error: unexpected generic arguments in path
--> $DIR/macro-ty-params.rs:12:8
|
LL | m!(Default<>);
| ^^^^^^^^^
error: generic arguments in macro path
--> $DIR/macro-ty-params.rs:12:15
|
LL | m!(Default<>);
| ^^
error: aborting due to 4 previous errors