blob: fe96edf9346125ecb4278f4fc76da40a7e6188fe [file] [log] [blame]
error: struct `Foo` is never constructed
--> tests/fail/deny_lint.rs:LL:CC
|
LL | struct Foo;
| ^^^
|
note: the lint level is defined here
--> tests/fail/deny_lint.rs:LL:CC
|
LL | #![deny(warnings, unused)]
| ^^^^^^
= note: `#[deny(dead_code)]` implied by `#[deny(unused)]`
error: miri cannot be run on programs that fail compilation
error: aborting due to 2 previous errors