6 lines
97 B
Rust
6 lines
97 B
Rust
// error-pattern:can't find crate for `std`
|
|
|
|
extern mod std(complex(meta(item)));
|
|
|
|
fn main() { }
|