]> git.proxmox.com Git - rustc.git/blame - src/test/ui/resolve/issue-33876.stderr
New upstream version 1.26.0+dfsg1
[rustc.git] / src / test / ui / resolve / issue-33876.stderr
CommitLineData
32a655c1
SL
1error[E0423]: expected value, found trait `Bar`
2 --> $DIR/issue-33876.rs:20:22
3 |
0531ce1d 4LL | let any: &Any = &Bar; //~ ERROR expected value, found trait `Bar`
32a655c1
SL
5 | ^^^ not a value
6
041b39d2 7error: aborting due to previous error
32a655c1 8
0531ce1d 9For more information about this error, try `rustc --explain E0423`.