mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
d45ed7502a
Fix wrong niche calculation when 2+ niches are placed at the start When the niche is at the start, existing code incorrectly uses 1 instead of count for subtraction. Fix #90038 `@rustbot` label: T-compiler