]> git.lizzy.rs Git - rust.git/blob - src/test/ui/no-link-unknown-crate.rs
Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-2021-08-06
[rust.git] / src / test / ui / no-link-unknown-crate.rs
1 #[no_link]
2 extern crate doesnt_exist; //~ ERROR can't find crate
3
4 fn main() {}