Skip to content

Commit eea8af0

Browse files
hellow554topecongiro
authored andcommitted
removed bitrig support (#3608)
bitrig support has been removed (by me) in rust-lang/rust#60775
1 parent 5607178 commit eea8af0

File tree

6 files changed

+2
-6
lines changed

6 files changed

+2
-6
lines changed

tests/source/attrib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ pub struct Params {
202202
target_os = "cloudabi",
203203
target_os = "macos", target_os = "ios",
204204
target_os = "freebsd",
205-
target_os = "openbsd", target_os = "bitrig",
205+
target_os = "openbsd",
206206
target_os = "redox",
207207
target_os = "fuchsia",
208208
windows,

tests/source/doc-attrib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ pub struct Params {
8181
target_os = "cloudabi",
8282
target_os = "macos", target_os = "ios",
8383
target_os = "freebsd",
84-
target_os = "openbsd", target_os = "bitrig",
84+
target_os = "openbsd",
8585
target_os = "redox",
8686
target_os = "fuchsia",
8787
windows,

tests/source/issue-3343.rs

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ use total_len_is_::_51______;
3737
target_os = "ios",
3838
target_os = "freebsd",
3939
target_os = "openbsd",
40-
target_os = "bitrig",
4140
target_os = "redox",
4241
target_os = "fuchsia",
4342
windows,

tests/target/attrib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ mod issue_2620 {
236236
target_os = "ios",
237237
target_os = "freebsd",
238238
target_os = "openbsd",
239-
target_os = "bitrig",
240239
target_os = "redox",
241240
target_os = "fuchsia",
242241
windows,

tests/target/doc-attrib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ mod issue_2620 {
9494
target_os = "ios",
9595
target_os = "freebsd",
9696
target_os = "openbsd",
97-
target_os = "bitrig",
9897
target_os = "redox",
9998
target_os = "fuchsia",
10099
windows,

tests/target/issue-3343.rs

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ use total_len_is_::_51______;
3434
target_os = "ios",
3535
target_os = "freebsd",
3636
target_os = "openbsd",
37-
target_os = "bitrig",
3837
target_os = "redox",
3938
target_os = "fuchsia",
4039
windows,

0 commit comments

Comments
 (0)