summaryrefslogtreecommitdiffstats
path: root/tests/ui/lint/lint-forbid-cmdline.stderr
blob: ed49a2cb4274a34f23ceaa71b0dd77f88f1db0ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
error[E0453]: allow(deprecated) incompatible with previous forbid
  --> $DIR/lint-forbid-cmdline.rs:3:9
   |
LL | #[allow(deprecated)]
   |         ^^^^^^^^^^ overruled by previous forbid
   |
   = note: `forbid` lint level was set on command line

error[E0453]: allow(deprecated) incompatible with previous forbid
  --> $DIR/lint-forbid-cmdline.rs:3:9
   |
LL | #[allow(deprecated)]
   |         ^^^^^^^^^^ overruled by previous forbid
   |
   = note: `forbid` lint level was set on command line
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0453`.