2023-03-19 10:46:19 +00:00
|
|
|
error[E0433]: failed to resolve: `String` is a struct, not a module
|
|
|
|
--> $DIR/unresolved-segments-visibility.rs:8:27
|
|
|
|
|
|
|
|
|
LL | pub(in b::string::String::newy) extern crate alloc as e;
|
|
|
|
| ^^^^^^ `String` is a struct, not a module
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2023-03-19 10:46:19 +00:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0433`.
|