mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
0c92146034
allow mutable references in const values when they point to no memory Fixes https://github.com/rust-lang/rust/issues/120450 The second commit is just some drive-by test suite cleanup. r? `@oli-obk`