rust/src/test/ui/rfc-2126-extern-absolute-paths/meta.stderr
2018-12-25 21:08:33 -07:00

10 lines
262 B
Plaintext

error[E0463]: can't find crate for `meta`
--> $DIR/meta.rs:5:5
|
LL | use meta; //~ ERROR can't find crate for `meta`
| ^^^^ can't find crate
error: aborting due to previous error
For more information about this error, try `rustc --explain E0463`.