]> git.proxmox.com Git - rustc.git/blob - src/test/ui/type-alias-enum-variants-priority-2.stderr
New upstream version 1.34.2+dfsg1
[rustc.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(); //~ ERROR this function takes 1 parameter but 0 parameters were supplied
8 | ^^^^^^^^ expected 1 parameter
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0061`.