blob: 78f46ef5f84b1a9a44f230659f783e871def84a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// xfail-test
use std;
use libc;
use zed(name = "std");
use bar(name = "std", vers = "0.1");
// FIXME: commented out since resolve doesn't know how to handle crates yet.
// import str;
// import x = str;
mod baz {
// import str;
// import x = str;
}
fn main() { }
|