-
-
Notifications
You must be signed in to change notification settings - Fork 16k
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-api[DEPRECATED; DO NOT USE][DEPRECATED; DO NOT USE]regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Description
Activity
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.P-criticalCritical priorityCritical priorityT-libs-api[DEPRECATED; DO NOT USE][DEPRECATED; DO NOT USE]regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
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