summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/unresolved-segments-visibility.stderr
blob: 0a11549cdbf39e6c32484f3ef22856a3e0eba6e0 (plain)
1
2
3
4
5
6
7
8
9
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

error: aborting due to previous error

For more information about this error, try `rustc --explain E0433`.