]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issue-53251.stderr
Rollup merge of #53104 - nivkner:unpin_doc, r=RalfJung
[rust.git] / src / test / ui / issue-53251.stderr
1 error[E0601]: `main` function not found in crate `issue_53251`
2    |
3    = note: consider adding a `main` function to `$DIR/issue-53251.rs`
4
5 error[E0087]: too many type parameters provided: expected at most 0 type parameters, found 1 type parameter
6   --> $DIR/issue-53251.rs:21:24
7    |
8 LL |                 S::f::<i64>();
9    |                        ^^^ expected 0 type parameters
10 ...
11 LL | impl_add!(a b);
12    | --------------- in this macro invocation
13
14 error: aborting due to 2 previous errors
15
16 Some errors occurred: E0087, E0601.
17 For more information about an error, try `rustc --explain E0087`.