Add a test for mismatched crate metadata in use statements

This commit is contained in:
Brian Anderson 2011-07-01 12:26:57 -07:00
parent f7a2f01746
commit 22be98264e
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
// error-pattern:can't find crate for 'std'
use std (complex(meta(item)));
fn main() {}