]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/forbid-group-member.stderr
Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f' into clippyup
[rust.git] / src / test / ui / lint / forbid-group-member.stderr
1 warning: allow(unused_variables) incompatible with previous forbid
2   --> $DIR/forbid-group-member.rs:8:9
3    |
4 LL | #![forbid(unused)]
5    |           ------ `forbid` level set here
6 LL | 
7 LL | #[allow(unused_variables)]
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: allow(unused_variables) incompatible with previous forbid
15   --> $DIR/forbid-group-member.rs:8:9
16    |
17 LL | #![forbid(unused)]
18    |           ------ `forbid` level set here
19 LL | 
20 LL | #[allow(unused_variables)]
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: allow(unused_variables) incompatible with previous forbid
27   --> $DIR/forbid-group-member.rs:8:9
28    |
29 LL | #![forbid(unused)]
30    |           ------ `forbid` level set here
31 LL | 
32 LL | #[allow(unused_variables)]
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: allow(unused_variables) incompatible with previous forbid
39   --> $DIR/forbid-group-member.rs:8:9
40    |
41 LL | #![forbid(unused)]
42    |           ------ `forbid` level set here
43 LL | 
44 LL | #[allow(unused_variables)]
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