rust/src/test/ui/no-link-unknown-crate.rs
2018-12-25 21:08:33 -07:00

5 lines
79 B
Rust

#[no_link]
extern crate doesnt_exist; //~ ERROR can't find crate
fn main() {}