]> git.lizzy.rs Git - rust.git/blob - tests/ui/errors/issue-104621-extern-not-file.stderr
Rollup merge of #106321 - compiler-errors:delayed-bug-backtrace, r=Nilstrieb
[rust.git] / tests / ui / errors / issue-104621-extern-not-file.stderr
1 error: extern location for foo is not a file: .
2   --> $DIR/issue-104621-extern-not-file.rs:3:1
3    |
4 LL | extern crate foo;
5    | ^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8