mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
error[E0432]: unresolved import `bar::gpriv`
|
|
--> $DIR/privacy3.rs:20:9
|
|
|
|
|
LL | use bar::gpriv;
|
|
| ^^^^^^^^^^ no `gpriv` in `bar`
|
|
|
|
error: requires `sized` lang_item
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
For more information about this error, try `rustc --explain E0432`.
|