rust/tests/ui/no-link-unknown-crate.rs
2023-01-11 09:32:08 +00:00

5 lines
79 B
Rust

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