File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed
branches/try/src/test/run-pass Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: c9439ad755304cf6b8d843788aeec3413b04a3da
5
+ refs/heads/try: 60ec812b3a71706e70afda22232492510149c4c7
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change 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" ) ;
6
5
7
6
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;
11
9
mod baz {
12
- // import str;
13
- // import x = str;
14
-
10
+ import bar:: str;
11
+ import x = core:: str;
15
12
}
16
13
17
14
fn main ( ) { }
You can’t perform that action at this time.
0 commit comments