]> git.lizzy.rs Git - rust.git/blob - src/test/ui/tag-type-args.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[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)); } //~ ERROR wrong number of type arguments
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`.