-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Regression in rgb with as_mut_slice #152961
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.P-criticalCritical priorityCritical priorityT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.P-criticalCritical priorityCritical priorityT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Code
Cargo.toml
main.rs
I'll try to make a smaller reproducer
Regression
This compiles on nightly 2026-02-21, but fails on nightly 2026-02-22.
Cause
Found because rust-timer failed in #152934, so this has serious impact.
Locally bisected to PR #151603
CC @jhpratt @GrigorenkoPV