Add test case for non-matching crate metadata in use statements

This commit is contained in:
Brian Anderson 2011-06-28 15:58:05 -07:00
parent 8ac60e99ea
commit 46b83a92d6

View File

@ -0,0 +1,4 @@
// error-pattern:can't find crate for 'std'
use std (name = "std",
vers = "bogus");