2018-12-27 00:07:00 +00:00
|
|
|
error: generic arguments in macro path
|
2019-01-20 03:25:28 +00:00
|
|
|
--> $DIR/macro-ty-params.rs:10:10
|
2017-08-21 21:54:03 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | foo::<T>!();
|
2019-01-20 03:25:28 +00:00
|
|
|
| ^^^
|
2017-08-21 21:54:03 +00:00
|
|
|
|
2018-11-07 21:39:07 +00:00
|
|
|
error: generic arguments in macro path
|
2019-01-20 03:25:28 +00:00
|
|
|
--> $DIR/macro-ty-params.rs:11:10
|
2018-11-07 21:39:07 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | foo::<>!();
|
2019-01-20 03:25:28 +00:00
|
|
|
| ^^
|
2018-11-07 21:39:07 +00:00
|
|
|
|
2020-11-14 11:47:14 +00:00
|
|
|
error: unexpected generic arguments in path
|
2018-12-27 00:07:00 +00:00
|
|
|
--> $DIR/macro-ty-params.rs:12:15
|
2017-07-23 17:50:56 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | m!(Default<>);
|
2018-12-16 17:23:27 +00:00
|
|
|
| ^^
|
2017-07-23 17:50:56 +00:00
|
|
|
|
2019-12-05 12:53:56 +00:00
|
|
|
error: aborting due to 3 previous errors
|
2018-12-27 00:07:00 +00:00
|
|
|
|