Skip to content

Commit fa91349

Browse files
committed
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).
1 parent 52cb0ae commit fa91349

13 files changed

+0
-13
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111

12-
// pretty-expanded FIXME #23616
1312

1413
#![feature(libc, std_misc)]
1514

src/test/run-pass/capturing-logging.rs

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
// exec-env:RUST_LOG=info
1212

13-
// pretty-expanded FIXME #23616
1413

1514
#![allow(unknown_features)]
1615
#![feature(box_syntax, old_io, rustc_private, std_misc)]

src/test/run-pass/clone-with-exterior.rs

-1
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-
// pretty-expanded FIXME #23616
1211

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

src/test/run-pass/exponential-notation.rs

-1
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-
// pretty-expanded FIXME #23616
1211

1312
#![feature(std_misc)]
1413

src/test/run-pass/float-nan.rs

-1
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-
// pretty-expanded FIXME #23616
1211

1312
#![feature(std_misc)]
1413

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

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111

12-
// pretty-expanded FIXME #23616
1312

1413
#![feature(std_misc, libc)]
1514

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

-1
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-
// pretty-expanded FIXME #23616
1211

1312
#![feature(rustc_private, old_io)]
1413

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

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// UFCS-style calls to a method in `Trait` where `Self` was bound to a
1313
// trait object of type `Trait`. See also `ufcs-trait-object.rs`.
1414

15-
// pretty-expanded FIXME #23616
1615

1716
use std::fmt;
1817

src/test/run-pass/item-attributes.rs

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// for completeness since .rs files linked from .rc files support this
1313
// notation to specify their module's attributes
1414

15-
// pretty-expanded FIXME #23616
1615

1716
#![feature(custom_attribute, libc)]
1817
#![allow(unused_attribute)]

src/test/run-pass/rust-log-filter.rs

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
// exec-env:RUST_LOG=rust_log_filter/foo
1212

13-
// pretty-expanded FIXME #23616
1413

1514
#![allow(unknown_features)]
1615
#![feature(box_syntax, std_misc, rustc_private)]

src/test/run-pass/task-comm-7.rs

-1
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-
// pretty-expanded FIXME #23616
1211

1312
#![feature(std_misc)]
1413
#![allow(dead_assignment)]

src/test/run-pass/task-spawn-move-and-copy.rs

-1
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-
// pretty-expanded FIXME #23616
1211

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

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

-1
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-
// pretty-expanded FIXME #23616
1211

1312
#![feature(libc, std_misc)]
1413

0 commit comments

Comments
 (0)