mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-29 12:04:20 +00:00
fixed *const [type error] does not implement the Copy trait Removes "error: arguments for inline assembly must be copyable" when moving an unknown type Fixes: #113788