Skip to content

Commit be46a2d

Browse files
committed
---
yaml --- r: 2346 b: refs/heads/master c: 978e3d0 h: refs/heads/master v: v3
1 parent 7d1ce72 commit be46a2d

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 4642d7a3557a77effa4a71726c1ca0dc801d8310
2+
refs/heads/master: 978e3d0f4a0da2413e355ffdacf8dd5fccaa9e8e

trunk/src/test/compile-fail/export-import.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// xfail-boot
2+
// xfail-stage0
3+
// xfail-stage1
4+
// xfail-stage2
25
// error-pattern: unresolved name
36

47
import m.unexported;

trunk/src/test/compile-fail/export-no-tag-variants.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// xfail-boot
2+
// xfail-stage0
3+
// xfail-stage1
4+
// xfail-stage2
25
// error-pattern: unresolved name
36

47
// Tag variants are not exported with their tags. This allows for a

trunk/src/test/compile-fail/export-tag-variant.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// xfail-boot
2+
// xfail-stage0
3+
// xfail-stage1
4+
// xfail-stage2
25
// error-pattern: unresolved name
36

47
mod foo {

trunk/src/test/compile-fail/export.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// xfail-boot
2+
// xfail-stage0
3+
// xfail-stage1
4+
// xfail-stage2
25
// error-pattern: unresolved name
36
mod foo {
47
export x;

0 commit comments

Comments
 (0)