]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/forbid-group-group-2.stderr
Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister
[rust.git] / tests / 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    = 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: the lint level is defined here
13   --> $DIR/forbid-group-group-2.rs:5:9
14    |
15 LL | #![deny(forbidden_lint_groups)]
16    |         ^^^^^^^^^^^^^^^^^^^^^
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: allow(nonstandard_style) incompatible with previous forbid
79   --> $DIR/forbid-group-group-2.rs:7:9
80    |
81 LL | #![forbid(warnings)]
82    |           -------- `forbid` level set here
83 ...
84 LL | #[allow(nonstandard_style)]
85    |         ^^^^^^^^^^^^^^^^^ overruled by previous forbid
86    |
87    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
88    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
89
90 error: allow(nonstandard_style) incompatible with previous forbid
91   --> $DIR/forbid-group-group-2.rs:7:9
92    |
93 LL | #![forbid(warnings)]
94    |           -------- `forbid` level set here
95 ...
96 LL | #[allow(nonstandard_style)]
97    |         ^^^^^^^^^^^^^^^^^ overruled by previous forbid
98    |
99    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
100    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
101
102 error: allow(nonstandard_style) incompatible with previous forbid
103   --> $DIR/forbid-group-group-2.rs:7:9
104    |
105 LL | #![forbid(warnings)]
106    |           -------- `forbid` level set here
107 ...
108 LL | #[allow(nonstandard_style)]
109    |         ^^^^^^^^^^^^^^^^^ overruled by previous forbid
110    |
111    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
112    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
113
114 error: aborting due to 9 previous errors
115