blob: 082579c9fa113eefe758105c13861ef3a38ef7e3 [file] [log] [blame]
error[E0433]: failed to resolve: `String` is a struct, not a module
--> $DIR/unresolved-segments-visibility.rs:8:34
|
LL | pub(in crate::b::string::String::newy) extern crate alloc as e;
| ^^^^^^ `String` is a struct, not a module
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0433`.