]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/forbid-group-member.stderr
Auto merge of #106349 - LeSeulArtichaut:dyn-star-tracking-issue, r=jackh726
[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    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
11    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
12    = note: `#[warn(forbidden_lint_groups)]` on by default
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: 3 warnings emitted
39