Skip to content

Commit 42a1261

Browse files
committed
---
yaml --- r: 205183 b: refs/heads/master c: f548a05 h: refs/heads/master i: 205181: 434f806 205179: 5991dec 205175: aec1e93 205167: a9925c1 205151: 29b90ff 205119: 3234996 205055: 00ef734 v: v3
1 parent f4b8ce5 commit 42a1261

27 files changed

+1
-27
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: cce30b2ae659ac70b500f0bd1a2c7f71eeab0a41
2+
refs/heads/master: f548a0554220de1c4d518bd9483f6b2c33e0c85b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 857ef6e272e5634cb9f3e6ee50eb6bc2a2e71651
55
refs/heads/try: 7b4ef47b7805a402d756fb8157101f64880a522f

trunk/src/test/auxiliary/issue_16723_multiple_items_syntax_ext.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-stage1
1211
// force-host
1312

1413
#![feature(plugin_registrar, quote, rustc_private)]

trunk/src/test/compile-fail-fulldeps/gated-macro-reexports.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
// Test that macro reexports item are gated by `macro_reexport` feature gate.
1212

1313
// aux-build:macro_reexport_1.rs
14-
// ignore-stage1
1514

1615
#![crate_type = "dylib"]
1716

trunk/src/test/compile-fail-fulldeps/gated-plugin.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:macro_crate_test.rs
12-
// ignore-stage1
1312

1413
#![plugin(macro_crate_test)]
1514
//~^ ERROR compiler plugins are experimental and possibly buggy

trunk/src/test/compile-fail-fulldeps/macro-crate-doesnt-resolve.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:macro_crate_test.rs
12-
// ignore-stage1
1312

1413
#[macro_use] #[no_link]
1514
extern crate macro_crate_test;

trunk/src/test/compile-fail-fulldeps/macro-crate-rlib.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:rlib_crate_test.rs
12-
// ignore-stage1
1312
// ignore-tidy-linelength
1413
// ignore-cross-compile gives a different error message
1514

trunk/src/test/compile-fail-fulldeps/macro-crate-unexported-macro.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:macro_crate_test.rs
12-
// ignore-stage1
1312

1413
#[macro_use] #[no_link]
1514
extern crate macro_crate_test;

trunk/src/test/compile-fail-fulldeps/plugin-as-extern-crate.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:macro_crate_test.rs
12-
// ignore-stage1
1312
// ignore-cross-compile
1413
//
1514
// macro_crate_test will not compile on a cross-compiled target because

trunk/src/test/compile-fail/empty-macro-use.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:two_macros.rs
12-
// ignore-stage1
1312

1413
#[macro_use()]
1514
extern crate two_macros;

trunk/src/test/compile-fail/macro-crate-nonterminal-non-root.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:macro_crate_nonterminal.rs
12-
// ignore-stage1
1312

1413
mod foo {
1514
#[macro_use]

trunk/src/test/compile-fail/macro-no-implicit-reexport.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
// aux-build:macro_reexport_1.rs
1212
// aux-build:macro_non_reexport_2.rs
13-
// ignore-stage1
1413

1514
#[macro_use] #[no_link]
1615
extern crate macro_non_reexport_2;

trunk/src/test/compile-fail/macro-reexport-not-locally-visible.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:macro_reexport_1.rs
12-
// ignore-stage1
1312

1413
#![feature(macro_reexport)]
1514

trunk/src/test/compile-fail/macro-reexport-undef.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:two_macros.rs
12-
// ignore-stage1
1312

1413
#[macro_use(macro_two)]
1514
#[macro_reexport(no_way)] //~ ERROR reexported macro not found

trunk/src/test/compile-fail/macro-use-undef.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:two_macros.rs
12-
// ignore-stage1
1312

1413
#[macro_use(macro_two, no_way)] //~ ERROR imported macro not found
1514
extern crate two_macros;

trunk/src/test/compile-fail/macro-use-wrong-name.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:two_macros.rs
12-
// ignore-stage1
1312

1413
#[macro_use(macro_one)]
1514
extern crate two_macros;

trunk/src/test/compile-fail/missing-macro-use.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:two_macros.rs
12-
// ignore-stage1
1312

1413
extern crate two_macros;
1514

trunk/src/test/run-pass-fulldeps/issue-13560.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
// aux-build:issue-13560-1.rs
1212
// aux-build:issue-13560-2.rs
1313
// aux-build:issue-13560-3.rs
14-
// ignore-stage1
1514
// ignore-musl
1615

1716
// Regression test for issue #13560, the test itself is all in the dependent

trunk/src/test/run-pass/macro-crate-nonterminal-renamed.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:macro_crate_nonterminal.rs
12-
// ignore-stage1
1312

1413
#[macro_use]
1514
extern crate macro_crate_nonterminal as new_name;

trunk/src/test/run-pass/macro-crate-nonterminal.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:macro_crate_nonterminal.rs
12-
// ignore-stage1
1312

1413
#[macro_use]
1514
extern crate macro_crate_nonterminal;

trunk/src/test/run-pass/macro-export-inner-module.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:macro_export_inner_module.rs
12-
//ignore-stage1
1312

1413
#[macro_use] #[no_link]
1514
extern crate macro_export_inner_module;

trunk/src/test/run-pass/macro-reexport-no-intermediate-use.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
// aux-build:macro_reexport_1.rs
1212
// aux-build:macro_reexport_2_no_use.rs
13-
// ignore-stage1
1413

1514
#[macro_use] #[no_link]
1615
extern crate macro_reexport_2_no_use;

trunk/src/test/run-pass/macro-reexport.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
// aux-build:macro_reexport_1.rs
1212
// aux-build:macro_reexport_2.rs
13-
// ignore-stage1
1413

1514
#[macro_use] #[no_link]
1615
extern crate macro_reexport_2;

trunk/src/test/run-pass/macro-use-all-and-none.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:two_macros.rs
12-
// ignore-stage1
1312

1413
#[macro_use]
1514
#[macro_use()]

trunk/src/test/run-pass/macro-use-all.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:two_macros.rs
12-
// ignore-stage1
1312

1413
#[macro_use]
1514
extern crate two_macros;

trunk/src/test/run-pass/macro-use-both.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:two_macros.rs
12-
// ignore-stage1
1312

1413
#[macro_use(macro_one, macro_two)]
1514
extern crate two_macros;

trunk/src/test/run-pass/macro-use-one.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:two_macros.rs
12-
// ignore-stage1
1312

1413
#[macro_use(macro_two)]
1514
extern crate two_macros;

trunk/src/test/run-pass/two-macro-use.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:two_macros.rs
12-
// ignore-stage1
1312

1413
#[macro_use(macro_one)]
1514
#[macro_use(macro_two)]

0 commit comments

Comments
 (0)