rust-lang / reference

The Rust Reference
https://doc.rust-lang.org/nightly/reference/
Apache License 2.0
1.25k stars 491 forks source link

const_eval: update for const_mut_refs and const_refs_to_cell stabilization #1590

Closed RalfJung closed 2 months ago

RalfJung commented 3 months ago

This is the reference PR accompanying https://github.com/rust-lang/rust/pull/129195.

Fixes https://github.com/rust-lang/rust/issues/57349 Fixes https://github.com/rust-lang/rust/issues/80384