This commit is contained in:
varkor 2018-08-20 00:39:58 +01:00
parent b5c2470ba3
commit ae81fc61d0
2 changed files with 11 additions and 12 deletions

View file

@ -1,17 +1,12 @@
error[E0601]: `main` function not found in crate `issue_53251`
|
= note: consider adding a `main` function to `$DIR/issue-53251.rs`
error[E0087]: too many type parameters provided: expected at most 0 type parameters, found 1 type parameter
--> $DIR/issue-53251.rs:21:24
error[E0087]: wrong number of type arguments: expected 0, found 1
--> $DIR/issue-53251.rs:21:17
|
LL | S::f::<i64>();
| ^^^ expected 0 type parameters
| ^^^^^^^^^^^ unexpected type argument
...
LL | impl_add!(a b);
| --------------- in this macro invocation
error: aborting due to 2 previous errors
error: aborting due to previous error
Some errors occurred: E0087, E0601.
For more information about an error, try `rustc --explain E0087`.
For more information about this error, try `rustc --explain E0087`.