@@ -41,83 +41,5 @@ LL | #[allow(nonstandard_style)]
4141 = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
4242 = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
4343
44- error: allow(nonstandard_style) incompatible with previous forbid
45- --> $DIR/forbid-group-group-2.rs:7:9
46- |
47- LL | #![forbid(warnings)]
48- | -------- `forbid` level set here
49- ...
50- LL | #[allow(nonstandard_style)]
51- | ^^^^^^^^^^^^^^^^^ overruled by previous forbid
52- |
53- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
54- = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
55- = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
56-
57- error: allow(nonstandard_style) incompatible with previous forbid
58- --> $DIR/forbid-group-group-2.rs:7:9
59- |
60- LL | #![forbid(warnings)]
61- | -------- `forbid` level set here
62- ...
63- LL | #[allow(nonstandard_style)]
64- | ^^^^^^^^^^^^^^^^^ overruled by previous forbid
65- |
66- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
67- = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
68- = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
69-
70- error: allow(nonstandard_style) incompatible with previous forbid
71- --> $DIR/forbid-group-group-2.rs:7:9
72- |
73- LL | #![forbid(warnings)]
74- | -------- `forbid` level set here
75- ...
76- LL | #[allow(nonstandard_style)]
77- | ^^^^^^^^^^^^^^^^^ overruled by previous forbid
78- |
79- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
80- = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
81- = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
82-
83- error: allow(nonstandard_style) incompatible with previous forbid
84- --> $DIR/forbid-group-group-2.rs:7:9
85- |
86- LL | #![forbid(warnings)]
87- | -------- `forbid` level set here
88- ...
89- LL | #[allow(nonstandard_style)]
90- | ^^^^^^^^^^^^^^^^^ overruled by previous forbid
91- |
92- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
93- = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
94- = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
95-
96- error: allow(nonstandard_style) incompatible with previous forbid
97- --> $DIR/forbid-group-group-2.rs:7:9
98- |
99- LL | #![forbid(warnings)]
100- | -------- `forbid` level set here
101- ...
102- LL | #[allow(nonstandard_style)]
103- | ^^^^^^^^^^^^^^^^^ overruled by previous forbid
104- |
105- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
106- = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
107- = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
108-
109- error: allow(nonstandard_style) incompatible with previous forbid
110- --> $DIR/forbid-group-group-2.rs:7:9
111- |
112- LL | #![forbid(warnings)]
113- | -------- `forbid` level set here
114- ...
115- LL | #[allow(nonstandard_style)]
116- | ^^^^^^^^^^^^^^^^^ overruled by previous forbid
117- |
118- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
119- = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
120- = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
121-
122- error: aborting due to 9 previous errors
44+ error: aborting due to 3 previous errors
12345
0 commit comments