summaryrefslogtreecommitdiffstats
path: root/src/test/ui/errors/issue-104621-extern-not-file.rs
blob: 899e45a306b052be90ff11c698705cf2d3555a50 (plain)
1
2
3
4
// compile-flags: --extern foo=.

extern crate foo; //~ ERROR extern location for foo is not a file: .
fn main() {}