mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Add test case for non-matching crate metadata in use statements
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// error-pattern:can't find crate for 'std'
|
||||
|
||||
use std (name = "std",
|
||||
vers = "bogus");
|
||||
Reference in New Issue
Block a user