]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/issue-80988.stderr
Rollup merge of #80734 - abonander:ab/issue-66693, r=oli-obk
[rust.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: deny(warnings) incompatible with previous forbid
39   --> $DIR/issue-80988.rs:7:8
40    |
41 LL | #![forbid(warnings)]
42    |           -------- `forbid` level set here
43 LL | 
44 LL | #[deny(warnings)]
45    |        ^^^^^^^^ overruled by previous forbid
46    |
47    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
48    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
49
50 warning: 4 warnings emitted
51