about summary refs log tree commit diff
path: root/tests/ui/errors/issue-104621-extern-not-file.rs
blob: 50806df15f7ad48543bc706c1374c98409417014 (plain)
1
2
3
4
//@ compile-flags: --extern foo=.

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