]> git.lizzy.rs Git - rust.git/blob - src/test/ui/type-alias-enum-variants-priority-2.stderr
Auto merge of #60072 - RalfJung:linked-list, r=shepmaster
[rust.git] / src / test / ui / type-alias-enum-variants-priority-2.stderr
1 error[E0061]: this function takes 1 parameter but 0 parameters were supplied
2   --> $DIR/type-alias-enum-variants-priority-2.rs:12:5
3    |
4 LL |     V(u8)
5    |     ----- defined here
6 ...
7 LL |     <E>::V();
8    |     ^^^^^^^^ expected 1 parameter
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0061`.