10 lines
262 B
Plaintext
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`.
|