mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
000c51611c
also const-check FakeRead We need to const-check all statements, including `FakeRead`, to avoid issues like https://github.com/rust-lang/rust/issues/77694. Fixes https://github.com/rust-lang/rust/issues/77694. r? ``@oli-obk``