]> git.lizzy.rs Git - rust.git/blob - src/test/compile-fail/empty-extern-arg.rs
Rollup merge of #66045 - mzabaluev:unwrap-infallible, r=dtolnay
[rust.git] / src / test / compile-fail / empty-extern-arg.rs
1 // compile-flags: --extern std=
2 // error-pattern: can't find crate for `std`
3
4 fn main() {}