rust/tests/ui/imports/glob-conflict-cross-crate-2.stderr

10 lines
278 B
Plaintext
Raw Normal View History

2024-01-21 05:17:28 -06:00
error[E0412]: cannot find type `C` in this scope
--> $DIR/glob-conflict-cross-crate-2.rs:8:13
|
LL | let _a: C = 1;
| ^ not found in this scope
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0412`.