mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
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`
For more information about how rustc works, see the rustc dev guide.