about summary refs log tree commit diff
path: root/src/tools/miri/tests/fail/deny_lint.stderr
blob: fe96edf9346125ecb4278f4fc76da40a7e6188fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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