rust/src/test/ui/issue-53251.stderr

13 lines
375 B
Plaintext
Raw Normal View History

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
|
LL | S::f::<i64>();
2018-08-20 12:52:56 +01:00
| ^^^ unexpected type argument
...
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-21 21:12:23 -04:00
For more information about this error, try `rustc --explain E0107`.