rust/src/test/compile-fail/use-meta-mismatch.rs

5 lines
89 B
Rust
Raw Normal View History

// error-pattern:can't find crate for 'std'
use std (complex(meta(item)));
fn main() {}