Skip to content

Commit 2510a0f

Browse files
committed
---
yaml --- r: 110485 b: refs/heads/try c: 63b0466 h: refs/heads/master i: 110483: f5ebabb v: v3
1 parent 7274ca5 commit 2510a0f

File tree

10 files changed

+3
-14
lines changed

10 files changed

+3
-14
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: e415c25bcd81dc1f9a5a3d25d9b48ed2d545336b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: c7fac4471201977fdb1c0c0a26c87287e12dc644
5-
refs/heads/try: c233bfaea4f799c5b4e7e0c60a0ac7b9eacd45c0
5+
refs/heads/try: 63b0466c629e00e8cdd4a5bd205182e7fe4dd5a5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/test/compile-fail/trace_macros-format.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 feature doesn't work
1211
#![feature(macro_rules, trace_macros)]
1312

1413
fn main() {

branches/try/src/test/run-pass/attr-shebang.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
#![feature(bogus)]
33
pub fn main() { }
44
// ignore-license
5-
// ignore-fast

branches/try/src/test/run-pass/attr.rs

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

11-
// ignore-fast
12-
1311
#[main]
1412
fn foo() {
1513
}

branches/try/src/test/run-pass/deep-vector.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
// ignore-test
12-
// ignore-fast
1312
//
1413
// Too big for our poor macro infrastructure.
1514

branches/try/src/test/run-pass/deep-vector2.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
// ignore-test
12-
// ignore-fast
1312
//
1413
// Too big for our poor macro infrastructure.
1514

branches/try/src/test/run-pass/log_syntax-trace_macros-macro-locations.rs

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

11-
// ignore-fast feature doesn't work
12-
#[feature(trace_macros, log_syntax)];
11+
#![feature(trace_macros, log_syntax)]
1312

1413
// make sure these macros can be used as in the various places that
1514
// macros can occur.

branches/try/src/test/run-pass/macro-meta-items.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-fast
1211
// ignore-pretty - token trees can't pretty print
1312
// compile-flags: --cfg foo
1413

15-
#[feature(macro_rules)];
14+
#![feature(macro_rules)]
1615

1716
macro_rules! compiles_fine {
1817
($at:meta) => {

branches/try/src/test/run-pass/overloaded-autoderef-xcrate.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
1211
// aux-build:overloaded_autoderef_xc.rs
1312

1413
extern crate overloaded_autoderef_xc;

branches/try/src/test/run-pass/sigpipe-should-be-ignored.rs

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

11-
// ignore-fast
12-
1311
// Be sure that when a SIGPIPE would have been received that the entire process
1412
// doesn't die in a ball of fire, but rather it's gracefully handled.
1513

0 commit comments

Comments
 (0)