]> git.proxmox.com Git - rustc.git/blob - src/test/ui/lint/issue-80988.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / lint / issue-80988.stderr
1 warning: deny(warnings) incompatible with previous forbid
2 --> $DIR/issue-80988.rs:7:8
3 |
4 LL | #![forbid(warnings)]
5 | -------- `forbid` level set here
6 LL |
7 LL | #[deny(warnings)]
8 | ^^^^^^^^ overruled by previous forbid
9 |
10 = note: `#[warn(forbidden_lint_groups)]` on by default
11 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
12 = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
13
14 warning: deny(warnings) incompatible with previous forbid
15 --> $DIR/issue-80988.rs:7:8
16 |
17 LL | #![forbid(warnings)]
18 | -------- `forbid` level set here
19 LL |
20 LL | #[deny(warnings)]
21 | ^^^^^^^^ overruled by previous forbid
22 |
23 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
24 = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
25
26 warning: deny(warnings) incompatible with previous forbid
27 --> $DIR/issue-80988.rs:7:8
28 |
29 LL | #![forbid(warnings)]
30 | -------- `forbid` level set here
31 LL |
32 LL | #[deny(warnings)]
33 | ^^^^^^^^ overruled by previous forbid
34 |
35 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
36 = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
37
38 warning: 3 warnings emitted
39