-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Open
Labels
C-bugCategory: This is a bug.Category: This is a bug.O-fuchsiaOperating system: FuchsiaOperating system: Fuchsia
Description
rustc 1.95.0-nightly (e96bb7e44 2026-01-27)
compile with -Zbuild-std and panic-immediate-abort for all fuchsia targets
there is no problem in nightly-2026-01-26
unresolved import `object`
╭▸ /rustc/e96bb7e44fbcc23c1e6009e8d0ee8ab208668fb4/library/std/src/../../backtrace/src/print/fuchsia.rs:4:5
│
4 │ use object::NativeEndian as NE;
│ ━━━━━━ use of unresolved module or unlinked crate `object`
│
╰ help: if you wanted to use a crate named `object`, use `cargo add object` to add it to your `Cargo.toml`
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.O-fuchsiaOperating system: FuchsiaOperating system: Fuchsia