]> git.lizzy.rs Git - rust.git/blob - src/test/ui/tag-type-args.stderr
Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a' into sync_cg_clif-2020-11-27
[rust.git] / src / test / ui / tag-type-args.stderr
1 error[E0107]: wrong number of type arguments: expected 1, found 0
2   --> $DIR/tag-type-args.rs:3:11
3    |
4 LL | fn foo(c: Quux) { assert!((false)); }
5    |           ^^^^ expected 1 type argument
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0107`.