Rollup merge of #23098 - brson:ignore-fast, r=alexcrichton
This commit is contained in:
commit
f2a1cf2cb4
8 changed files with 0 additions and 8 deletions
|
@ -9,7 +9,6 @@
|
|||
// except according to those terms.
|
||||
|
||||
// aux-build:privacy-tuple-struct.rs
|
||||
// ignore-fast
|
||||
|
||||
extern crate "privacy-tuple-struct" as other;
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// ignore-fast doesn't like extern crate
|
||||
|
||||
extern crate libc;
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// ignore-fast doesn't like extern crate
|
||||
|
||||
extern crate libc;
|
||||
use std::ffi::CString;
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// ignore-fast doesn't like extern crate
|
||||
|
||||
extern crate libc;
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// ignore-fast doesn't like extern crate
|
||||
|
||||
extern crate libc;
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// ignore-fast doesn't like extern crate
|
||||
|
||||
#![allow(unknown_features)]
|
||||
#![feature(box_syntax)]
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// ignore-fast doesn't like extern crate
|
||||
|
||||
extern crate libc;
|
||||
use libc::c_int;
|
||||
|
|
|
@ -13,7 +13,6 @@ extern crate libc;
|
|||
use std::ffi::{self, CString};
|
||||
use libc::{c_char, c_int};
|
||||
|
||||
// ignore-fast doesn't like extern crate
|
||||
|
||||
extern {
|
||||
fn sprintf(s: *mut c_char, format: *const c_char, ...) -> c_int;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue