]> git.proxmox.com Git - rustc.git/blame_incremental - src/test/ui/error-codes/E0718.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / error-codes / E0718.stderr
... / ...
CommitLineData
1error[E0718]: `owned_box` language item must be applied to a struct
2 --> $DIR/E0718.rs:4:1
3 |
4LL | #[lang = "owned_box"]
5 | ^^^^^^^^^^^^^^^^^^^^^ attribute should be applied to a struct, not a static item
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0718`.