rust/tests/ui/no-link-unknown-crate.rs

5 lines
79 B
Rust

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