Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
ices/109343.rs: fixed with errors
Browse files Browse the repository at this point in the history
=== stdout ===
=== stderr ===
error[E0463]: can't find crate for `f`
 --> /home/runner/work/glacier/glacier/ices/109343.rs:2:1
  |
2 | extern crate f;
  | ^^^^^^^^^^^^^^^ can't find crate

error[E0432]: unresolved import `inner`
 --> /home/runner/work/glacier/glacier/ices/109343.rs:4:9
  |
4 | pub use inner::f;
  |         ^^^^^ use of undeclared crate or module `inner`

error: extern crate `f` is private, and cannot be re-exported (error E0365), consider declaring with `pub`
 --> /home/runner/work/glacier/glacier/ices/109343.rs:7:9
  |
7 | pub use f as g;
  |         ^^^^^^
  |
  = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  = note: for more information, see issue #34537 <rust-lang/rust#34537>
  = note: `#[deny(pub_use_of_private_extern_crate)]` on by default

error: aborting due to 3 previous errors

Some errors have detailed explanations: E0432, E0463.
For more information about an error, try `rustc --explain E0432`.
==============
  • Loading branch information
rustbot committed May 20, 2023
1 parent 41af519 commit e511311
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit e511311

Please sign in to comment.