summary refs log tree commit diff
path: root/src/test/ui/issue-53251.stderr
blob: 51ea745bedb57c1e6f7c7bcfd36dca1078f30a95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0107]: wrong number of type arguments: expected 0, found 1
  --> $DIR/issue-53251.rs:21:24
   |
LL |                 S::f::<i64>();
   |                        ^^^ unexpected type argument
...
LL | impl_add!(a b);
   | --------------- in this macro invocation

error: aborting due to previous error

For more information about this error, try `rustc --explain E0107`.