rust/tests/ui/privacy/privacy3.stderr
Oli Scherer e18d1f8d2e Leave it to the query system to invoke the typeck query instead of invoking it eagerly.
Later queries that are run on all body owners will invoke typeck as they need information from its result to perform their own logic
2023-04-21 22:12:45 +00:00

12 lines
293 B
Plaintext

error[E0432]: unresolved import `bar::gpriv`
--> $DIR/privacy3.rs:18: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`.