blob: 38c791ab83237e6a5889ec8bf90e528f3938499c [file] [log] [blame]
error[E0603]: crate `core` is private
--> $DIR/extern-crate-visibility.rs:6:10
|
LL | use foo::core::cell;
| ^^^^
error[E0603]: crate `core` is private
--> $DIR/extern-crate-visibility.rs:9:10
|
LL | foo::core::cell::Cell::new(0);
| ^^^^
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0603`.