]> git.lizzy.rs Git - rust.git/blob - src/test/ui/tag-type-args.stderr
Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk
[rust.git] / src / test / ui / tag-type-args.stderr
1 error[E0243]: wrong number of type arguments: expected 1, found 0
2   --> $DIR/tag-type-args.rs:15: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 E0243`.