Skip to content

Commit a18790d

Browse files
committed
---
yaml --- r: 15645 b: refs/heads/try c: 60ec812 h: refs/heads/master i: 15643: 67d17fe v: v3
1 parent bd9551f commit a18790d

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: c9439ad755304cf6b8d843788aeec3413b04a3da
5+
refs/heads/try: 60ec812b3a71706e70afda22232492510149c4c7
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/test/run-pass/use.rs

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
// xfail-test
2-
use std;
3-
use libc;
4-
use zed(name = "std");
5-
use bar(name = "std", vers = "0.1");
1+
#[no_core];
2+
use core;
3+
use zed(name = "core");
4+
use bar(name = "core", vers = "0.2");
65

76

8-
// FIXME: commented out since resolve doesn't know how to handle crates yet.
9-
// import str;
10-
// import x = str;
7+
import core::str;
8+
import x = zed::str;
119
mod baz {
12-
// import str;
13-
// import x = str;
14-
10+
import bar::str;
11+
import x = core::str;
1512
}
1613

1714
fn main() { }

0 commit comments

Comments
 (0)