Skip to content

Commit 6e7f170

Browse files
committed
auto merge of #12665 : alexcrichton/rust/fix-snap-again, r=huonw
This should get us a passing snapshot again.
2 parents 3f3425a + 58802d6 commit 6e7f170

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/run-pass-fulldeps/macro-crate-outlive-expansion-phase.rs

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// ignore-stage1
1313
// ignore-fast
1414
// ignore-android
15+
// ignore-cross-compile #12102
1516

1617
#[feature(phase)];
1718

src/test/run-pass-fulldeps/macro-crate.rs

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// ignore-stage1
1313
// ignore-fast
1414
// ignore-android
15+
// ignore-cross-compile #12102
1516

1617
#[feature(phase)];
1718

0 commit comments

Comments
 (0)