]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-18119.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-18119.stderr
CommitLineData
8faf50e0 1error[E0573]: expected type, found constant `X`
0731742a 2 --> $DIR/issue-18119.rs:5:6
8faf50e0
XL
3 |
4LL | impl X {}
5 | ^ not a type
6
7error[E0573]: expected type, found static `Y`
0731742a 8 --> $DIR/issue-18119.rs:7:6
8faf50e0
XL
9 |
10LL | impl Y {}
11 | ^ not a type
12
13error[E0573]: expected type, found function `foo`
0731742a 14 --> $DIR/issue-18119.rs:9:6
8faf50e0
XL
15 |
16LL | impl foo {}
17 | ^^^ not a type
18
19error: aborting due to 3 previous errors
20
e74abb32 21For more information about this error, try `rustc --explain E0573`.