mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 12:30:36 +00:00
read_via_copy: don't prematurely optimize away the read Always do the read to ensure consistent UB error messages in const-eval/Miri. r? `@scottmcm`