]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issue-53251.stderr
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / issue-53251.stderr
1 error[E0107]: wrong number of type arguments: expected 0, found 1
2   --> $DIR/issue-53251.rs:21:24
3    |
4 LL |                 S::f::<i64>();
5    |                        ^^^ unexpected type argument
6 ...
7 LL | impl_add!(a b);
8    | --------------- in this macro invocation
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0107`.