2024-02-16 14:02:50 -06:00
|
|
|
//@ compile-flags: --extern foo={{src-base}}/errors/issue-104621-extern-bad-file.rs
|
|
|
|
//@ only-linux
|
2022-11-22 00:09:47 -06:00
|
|
|
|
|
|
|
extern crate foo;
|
|
|
|
//~^ ERROR extern location for foo is of an unknown type
|
|
|
|
//~| ERROR file name should be lib*.rlib or lib*.so
|
|
|
|
//~| ERROR can't find crate for `foo` [E0463]
|
|
|
|
fn main() {}
|