]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/lint-forbid-cmdline.stderr
Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister
[rust.git] / tests / ui / lint / lint-forbid-cmdline.stderr
1 error[E0453]: allow(deprecated) incompatible with previous forbid
2   --> $DIR/lint-forbid-cmdline.rs:3:9
3    |
4 LL | #[allow(deprecated)]
5    |         ^^^^^^^^^^ overruled by previous forbid
6    |
7    = note: `forbid` lint level was set on command line
8
9 error[E0453]: allow(deprecated) incompatible with previous forbid
10   --> $DIR/lint-forbid-cmdline.rs:3:9
11    |
12 LL | #[allow(deprecated)]
13    |         ^^^^^^^^^^ overruled by previous forbid
14    |
15    = note: `forbid` lint level was set on command line
16
17 error: aborting due to 2 previous errors
18
19 For more information about this error, try `rustc --explain E0453`.