]> git.lizzy.rs Git - rust.git/blob - tests/ui/no-link-unknown-crate.rs
Rollup merge of #106570 - Xaeroxe:div-duration-tests, r=JohnTitor
[rust.git] / tests / ui / no-link-unknown-crate.rs
1 #[no_link]
2 extern crate doesnt_exist; //~ ERROR can't find crate
3
4 fn main() {}