-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.I-prioritizeIssue: Indicates that prioritization has been requested for this issue.Issue: Indicates that prioritization has been requested for this issue.regression-untriagedUntriaged performance or correctness regression.Untriaged performance or correctness regression.
Description
searched nightlies: from nightly-2025-10-24 to nightly-2025-12-05
regressed nightly: nightly-2025-11-19
searched commit range: 0df64c5...3d461af
regressed commit: f9e7961
bisected with cargo-bisect-rustc v0.6.11
Host triple: aarch64-unknown-linux-gnu (EDIT: also repos on x86-64-unknown-linux-gnu)
Reproduce with:
cargo bisect-rustc --start 1.92.0 --end 1.93.0 -- b -p space-asset-disk Code
- https://github.com/Firestar99/nanite-at-home/
cargo b -p space-asset-disk- haven't tried to minify it yet, that crate has relatively few dependencies luckily
Version it worked on
cargo +1.92.0 b -p space-asset-disk builds
Version with regression
cargo +1.93.0 b -p space-asset-disk fails with:
error[E0080]: the type `<Vec<(Image<'_, DynImageMetadata>, String)> as Archive>::Archived` has an unknown layout
--> space-asset-disk/src/image/image_disk.rs:79:24
|
79 | #[derive(Clone, Debug, Archive, Serialize, Deserialize)]
| ^^^^^^^ evaluation of `<image::image_disk::ImageStorage as rkyv::Archive>::COPY_OPTIMIZATION::{constant#1}` failed here
|
= note: this error originates in the macro `::core::mem::offset_of` which comes from the expansion of the derive macro `Archive` (in Nightly builds, run with -Z macro-backtrace for more info)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.I-prioritizeIssue: Indicates that prioritization has been requested for this issue.Issue: Indicates that prioritization has been requested for this issue.regression-untriagedUntriaged performance or correctness regression.Untriaged performance or correctness regression.