Skip to content

Commit f2a1cf2

Browse files
committed
Rollup merge of #23098 - brson:ignore-fast, r=alexcrichton
2 parents 4993fd0 + 8655e94 commit f2a1cf2

File tree

8 files changed

+0
-8
lines changed

8 files changed

+0
-8
lines changed

src/test/compile-fail/privacy5.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// aux-build:privacy-tuple-struct.rs
12-
// ignore-fast
1312

1413
extern crate "privacy-tuple-struct" as other;
1514

src/test/run-pass/c-stack-returning-int64.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-fast doesn't like extern crate
1211

1312
extern crate libc;
1413

src/test/run-pass/foreign-fn-linkname.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-fast doesn't like extern crate
1211

1312
extern crate libc;
1413
use std::ffi::CString;

src/test/run-pass/foreign-mod-unused-const.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-fast doesn't like extern crate
1211

1312
extern crate libc;
1413

src/test/run-pass/foreign2.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-fast doesn't like extern crate
1211

1312
extern crate libc;
1413

src/test/run-pass/issue-4735.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-fast doesn't like extern crate
1211

1312
#![allow(unknown_features)]
1413
#![feature(box_syntax)]

src/test/run-pass/newtype-struct-with-dtor.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-fast doesn't like extern crate
1211

1312
extern crate libc;
1413
use libc::c_int;

src/test/run-pass/variadic-ffi.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ extern crate libc;
1313
use std::ffi::{self, CString};
1414
use libc::{c_char, c_int};
1515

16-
// ignore-fast doesn't like extern crate
1716

1817
extern {
1918
fn sprintf(s: *mut c_char, format: *const c_char, ...) -> c_int;

0 commit comments

Comments
 (0)