Skip to content

Commit 2694944

Browse files
committed
---
yaml --- r: 205222 b: refs/heads/auto c: f548a05 h: refs/heads/master v: v3
1 parent 8d1f664 commit 2694944

27 files changed

+1
-27
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1010
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1111
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1212
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
13-
refs/heads/auto: cce30b2ae659ac70b500f0bd1a2c7f71eeab0a41
13+
refs/heads/auto: f548a0554220de1c4d518bd9483f6b2c33e0c85b
1414
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1515
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1616
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336

branches/auto/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)]

branches/auto/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

branches/auto/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

branches/auto/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;

branches/auto/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

branches/auto/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;

branches/auto/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

branches/auto/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;

branches/auto/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]

branches/auto/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;

branches/auto/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

branches/auto/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

branches/auto/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;

branches/auto/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;

branches/auto/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

branches/auto/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

branches/auto/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;

branches/auto/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;

branches/auto/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;

branches/auto/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;

branches/auto/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;

branches/auto/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()]

branches/auto/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;

branches/auto/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;

branches/auto/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;

branches/auto/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)