mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
3ce01f71ba
Do not allow `#[rustc_legacy_const_generics]` on methods It caused an ICE since `item` was `None`. Fixes #94629.