Skip to content

Commit efda1a3

Browse files
committed
---
yaml --- r: 2441 b: refs/heads/master c: 92471ef h: refs/heads/master i: 2439: 5c6a755 v: v3
1 parent cc2b766 commit efda1a3

File tree

7 files changed

+1
-7
lines changed

7 files changed

+1
-7
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: d6f1fcff6b056f1f0eb54989bbd2a68bf255ff22
2+
refs/heads/master: 92471efff4b92ad4185fd3138e1530973a2a58cb

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// xfail-boot
2-
// xfail-stage0
32
// error-pattern: unresolved name
43

54
// In this test baz isn't resolved when called as foo.baz even though

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// xfail-boot
2-
// xfail-stage0
32
// error-pattern: unresolved name
43

54
import m.unexported;

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// xfail-boot
2-
// xfail-stage0
32
// error-pattern: unresolved name
43

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// xfail-boot
2-
// xfail-stage0
32
// error-pattern: unresolved name
43

54
mod foo {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// xfail-boot
2-
// xfail-stage0
32
// error-pattern: unresolved name
43
mod foo {
54
export x;

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// xfail-boot
2-
// xfail-stage0
32
// error-pattern: unresolved name
43

54
mod foo {

0 commit comments

Comments
 (0)