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