]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/forbid-group-group-2.stderr
Rollup merge of #87180 - notriddle:notriddle/sidebar-keyboard-mobile, r=GuillaumeGomez
[rust.git] / src / test / ui / lint / forbid-group-group-2.stderr
1 error: allow(nonstandard_style) incompatible with previous forbid
2   --> $DIR/forbid-group-group-2.rs:7:9
3    |
4 LL | #![forbid(warnings)]
5    |           -------- `forbid` level set here
6 ...
7 LL | #[allow(nonstandard_style)]
8    |         ^^^^^^^^^^^^^^^^^ overruled by previous forbid
9    |
10 note: the lint level is defined here
11   --> $DIR/forbid-group-group-2.rs:5:9
12    |
13 LL | #![deny(forbidden_lint_groups)]
14    |         ^^^^^^^^^^^^^^^^^^^^^
15    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
16    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
17
18 error: allow(nonstandard_style) incompatible with previous forbid
19   --> $DIR/forbid-group-group-2.rs:7:9
20    |
21 LL | #![forbid(warnings)]
22    |           -------- `forbid` level set here
23 ...
24 LL | #[allow(nonstandard_style)]
25    |         ^^^^^^^^^^^^^^^^^ overruled by previous forbid
26    |
27    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
28    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
29
30 error: allow(nonstandard_style) incompatible with previous forbid
31   --> $DIR/forbid-group-group-2.rs:7:9
32    |
33 LL | #![forbid(warnings)]
34    |           -------- `forbid` level set here
35 ...
36 LL | #[allow(nonstandard_style)]
37    |         ^^^^^^^^^^^^^^^^^ overruled by previous forbid
38    |
39    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
40    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
41
42 error: allow(nonstandard_style) incompatible with previous forbid
43   --> $DIR/forbid-group-group-2.rs:7:9
44    |
45 LL | #![forbid(warnings)]
46    |           -------- `forbid` level set here
47 ...
48 LL | #[allow(nonstandard_style)]
49    |         ^^^^^^^^^^^^^^^^^ overruled by previous forbid
50    |
51    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
52    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
53
54 error: allow(nonstandard_style) incompatible with previous forbid
55   --> $DIR/forbid-group-group-2.rs:7:9
56    |
57 LL | #![forbid(warnings)]
58    |           -------- `forbid` level set here
59 ...
60 LL | #[allow(nonstandard_style)]
61    |         ^^^^^^^^^^^^^^^^^ overruled by previous forbid
62    |
63    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
64    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
65
66 error: allow(nonstandard_style) incompatible with previous forbid
67   --> $DIR/forbid-group-group-2.rs:7:9
68    |
69 LL | #![forbid(warnings)]
70    |           -------- `forbid` level set here
71 ...
72 LL | #[allow(nonstandard_style)]
73    |         ^^^^^^^^^^^^^^^^^ overruled by previous forbid
74    |
75    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
76    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
77
78 error: aborting due to 6 previous errors
79