rust/src/test/compile-fail/use-meta.rc

4 lines
93 B
Plaintext

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