]> git.lizzy.rs Git - rust.git/blob - tests/ui/errors/issue-104621-extern-not-file.rs
Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper
[rust.git] / tests / ui / errors / issue-104621-extern-not-file.rs
1 // compile-flags: --extern foo=.
2
3 extern crate foo; //~ ERROR extern location for foo is not a file: .
4 fn main() {}