Skip to content

Commit 4487740

Browse files
committed
---
yaml --- r: 2906 b: refs/heads/master c: 75ffe65 h: refs/heads/master v: v3
1 parent 838a9d5 commit 4487740

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
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: 8ac94d59e89748c3bd399555574a06ee8192424b
2+
refs/heads/master: 75ffe657dbd202cf22175f0234e80f4e09c5d499
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fn main() {
22
log "hello, multi-file world.";
3-
bar.other();
3+
bar::other();
44
}

trunk/src/test/run-pass/multi.rc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// xfail-stage0
2-
// xfail-stage1
3-
// xfail-stage2
41
mod multi = "multi-src" {
52

63
mod foo; // implicitly = "foo.rs"

0 commit comments

Comments
 (0)