mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
469faa2b66
Improve ManuallyDrop suggestion closes https://github.com/rust-lang/rust/issues/90585 * Fixes the recommended change to use ManuallyDrop as per the issue * Changes the note to a help * improves the span so it only points at the type.