]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issue-19380.stderr
New upstream version 1.29.0+dfsg1
[rustc.git] / src / test / ui / issue-19380.stderr
CommitLineData
8faf50e0
XL
1error[E0038]: the trait `Qiz` cannot be made into an object
2 --> $DIR/issue-19380.rs:21:3
3 |
4LL | foos: &'static [&'static (Qiz + 'static)]
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Qiz` cannot be made into an object
6 |
7 = note: method `qiz` has no receiver
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0038`.