Remove pretty-expanded from tests that use format_args!

Now that the internals of `format_args!` are unstable, tests that use it
don't compile after pretty-printing (unless they also declare the necessary
feature).
This commit is contained in:
Ryan Prichard 2015-04-10 06:01:04 -07:00
parent 9cdc9e9c61
commit 861556390e
13 changed files with 0 additions and 13 deletions

View File

@ -9,7 +9,6 @@
// except according to those terms.
// pretty-expanded FIXME #23616
#![feature(libc, std_misc)]

View File

@ -10,7 +10,6 @@
// exec-env:RUST_LOG=info
// pretty-expanded FIXME #23616
#![allow(unknown_features)]
#![feature(box_syntax, old_io, rustc_private, std_misc)]

View File

@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// pretty-expanded FIXME #23616
#![allow(unknown_features)]
#![feature(box_syntax, std_misc)]

View File

@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// pretty-expanded FIXME #23616
#![feature(std_misc)]

View File

@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// pretty-expanded FIXME #23616
#![feature(std_misc)]

View File

@ -9,7 +9,6 @@
// except according to those terms.
// pretty-expanded FIXME #23616
#![feature(std_misc, libc)]

View File

@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// pretty-expanded FIXME #23616
#![feature(rustc_private, old_io)]

View File

@ -12,7 +12,6 @@
// UFCS-style calls to a method in `Trait` where `Self` was bound to a
// trait object of type `Trait`. See also `ufcs-trait-object.rs`.
// pretty-expanded FIXME #23616
use std::fmt;

View File

@ -12,7 +12,6 @@
// for completeness since .rs files linked from .rc files support this
// notation to specify their module's attributes
// pretty-expanded FIXME #23616
#![feature(custom_attribute, libc)]
#![allow(unused_attribute)]

View File

@ -10,7 +10,6 @@
// exec-env:RUST_LOG=rust_log_filter/foo
// pretty-expanded FIXME #23616
#![allow(unknown_features)]
#![feature(box_syntax, std_misc, rustc_private)]

View File

@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// pretty-expanded FIXME #23616
#![feature(std_misc)]
#![allow(dead_assignment)]

View File

@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// pretty-expanded FIXME #23616
#![allow(unknown_features)]
#![feature(box_syntax, std_misc)]

View File

@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// pretty-expanded FIXME #23616
#![feature(libc, std_misc)]