[tests] Add test for #4033
This commit is contained in:
parent
e454a47bf2
commit
236fd32f0a
1 changed files with 9 additions and 0 deletions
9
src/test/run-pass/duplicate-use.rs
Normal file
9
src/test/run-pass/duplicate-use.rs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// xfail-test
|
||||
extern mod std;
|
||||
|
||||
use list = std::map::chained;
|
||||
use std::list;
|
||||
|
||||
fn main() {
|
||||
let _x: list::T<int, int> = list::mk();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue