blob: 21683b2fb8643cb414c123da09b3fa09e06a4a65 [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: generic arguments in macro path
--> $DIR/macro-ty-params.rs:12:15
|
LL | m!(Default<>);
| ^^
error: aborting due to 3 previous errors