2018-08-21 21:12:23 -04:00
|
|
|
error[E0107]: wrong number of type arguments: expected 0, found 1
|
2018-08-20 12:52:56 +01:00
|
|
|
--> $DIR/issue-53251.rs:21:24
|
2018-08-13 15:28:18 -07:00
|
|
|
|
|
|
|
|
LL | S::f::<i64>();
|
2018-08-20 12:52:56 +01:00
|
|
|
| ^^^ unexpected type argument
|
2018-08-13 15:28:18 -07:00
|
|
|
...
|
|
|
|
LL | impl_add!(a b);
|
|
|
|
| --------------- in this macro invocation
|
|
|
|
|
2018-08-20 00:39:58 +01:00
|
|
|
error: aborting due to previous error
|
2018-08-13 15:28:18 -07:00
|
|
|
|
2018-08-21 21:12:23 -04:00
|
|
|
For more information about this error, try `rustc --explain E0107`.
|