@@ -112,26 +112,6 @@ LL | #[cfg(haiku)]
112112error: operating system used in target family position
113113 --> $DIR/mismatched_target_os.rs:41:1
114114 |
115- LL | #[cfg(illumos)]
116- | ^^^^^^-------^^
117- | |
118- | help: try: `target_os = "illumos"`
119- |
120- = help: Did you mean `unix`?
121-
122- error: operating system used in target family position
123- --> $DIR/mismatched_target_os.rs:44:1
124- |
125- LL | #[cfg(l4re)]
126- | ^^^^^^----^^
127- | |
128- | help: try: `target_os = "l4re"`
129- |
130- = help: Did you mean `unix`?
131-
132- error: operating system used in target family position
133- --> $DIR/mismatched_target_os.rs:47:1
134- |
135115LL | #[cfg(redox)]
136116 | ^^^^^^-----^^
137117 | |
@@ -140,7 +120,7 @@ LL | #[cfg(redox)]
140120 = help: Did you mean `unix`?
141121
142122error: operating system used in target family position
143- --> $DIR/mismatched_target_os.rs:50 :1
123+ --> $DIR/mismatched_target_os.rs:44 :1
144124 |
145125LL | #[cfg(solaris)]
146126 | ^^^^^^-------^^
@@ -150,7 +130,7 @@ LL | #[cfg(solaris)]
150130 = help: Did you mean `unix`?
151131
152132error: operating system used in target family position
153- --> $DIR/mismatched_target_os.rs:53 :1
133+ --> $DIR/mismatched_target_os.rs:47 :1
154134 |
155135LL | #[cfg(vxworks)]
156136 | ^^^^^^-------^^
@@ -160,39 +140,39 @@ LL | #[cfg(vxworks)]
160140 = help: Did you mean `unix`?
161141
162142error: operating system used in target family position
163- --> $DIR/mismatched_target_os.rs:58 :1
143+ --> $DIR/mismatched_target_os.rs:52 :1
164144 |
165145LL | #[cfg(cloudabi)]
166146 | ^^^^^^--------^^
167147 | |
168148 | help: try: `target_os = "cloudabi"`
169149
170150error: operating system used in target family position
171- --> $DIR/mismatched_target_os.rs:61 :1
151+ --> $DIR/mismatched_target_os.rs:55 :1
172152 |
173153LL | #[cfg(hermit)]
174154 | ^^^^^^------^^
175155 | |
176156 | help: try: `target_os = "hermit"`
177157
178158error: operating system used in target family position
179- --> $DIR/mismatched_target_os.rs:64 :1
159+ --> $DIR/mismatched_target_os.rs:58 :1
180160 |
181161LL | #[cfg(wasi)]
182162 | ^^^^^^----^^
183163 | |
184164 | help: try: `target_os = "wasi"`
185165
186166error: operating system used in target family position
187- --> $DIR/mismatched_target_os.rs:67 :1
167+ --> $DIR/mismatched_target_os.rs:61 :1
188168 |
189169LL | #[cfg(none)]
190170 | ^^^^^^----^^
191171 | |
192172 | help: try: `target_os = "none"`
193173
194174error: operating system used in target family position
195- --> $DIR/mismatched_target_os.rs:71 :1
175+ --> $DIR/mismatched_target_os.rs:65 :1
196176 |
197177LL | #[cfg(all(not(any(windows, linux)), freebsd))]
198178 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -207,5 +187,5 @@ help: try
207187LL | #[cfg(all(not(any(windows, linux)), target_os = "freebsd"))]
208188 | ^^^^^^^^^^^^^^^^^^^^^
209189
210- error: aborting due to 21 previous errors
190+ error: aborting due to 19 previous errors
211191
0 commit comments