mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
f424eb908e
Rename `downcast_[ref|mut]_unchecked` -> `downcast_unchecked_[ref|mut]` ## Intent Renames `downcast_[ref|mut]_unchecked` to `downcast_unchecked_[ref|mut]` because we want to emphasise that it is the downcast that is unsafe, not the aliasing per: https://github.com/rust-lang/rust/issues/90850#issuecomment-2749035832 ## Tracking Issue: https://github.com/rust-lang/rust/issues/90850#issuecomment-3437027607 cc `@marc0246`