diff options
| author | Josh Stone <jistone@redhat.com> | 2024-03-17 09:42:42 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2024-03-17 09:58:28 -0700 |
| commit | 4a2f0f6c995827a64ab690a0074f4d61e13251a2 (patch) | |
| tree | 274281e809872cace1a84e2b9714e714301cd4e6 | |
| parent | 213e598fae81fee52327821bce83e544229f4006 (diff) | |
| download | rust-4a2f0f6c995827a64ab690a0074f4d61e13251a2.tar.gz rust-4a2f0f6c995827a64ab690a0074f4d61e13251a2.zip | |
The const-eval change is now future-compat
| -rw-r--r-- | RELEASES.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 7ff3f4bf264..48058a1171a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -12,7 +12,8 @@ Language - [Add lint `static_mut_refs` to warn on references to mutable statics.](https://github.com/rust-lang/rust/pull/117556/) - [Support async recursive calls (as long as they have indirection).](https://github.com/rust-lang/rust/pull/117703/) - [Undeprecate lint `unstable_features` and make use of it in the compiler.](https://github.com/rust-lang/rust/pull/118639/) -- [Get rid of type-driven traversal in const-eval interning.](https://github.com/rust-lang/rust/pull/119044/) +- [Get rid of type-driven traversal in const-eval interning](https://github.com/rust-lang/rust/pull/119044/), + only as a [future compatiblity lint](https://github.com/rust-lang/rust/pull/122204) for now. - [Deny braced macro invocations in let-else.](https://github.com/rust-lang/rust/pull/119062/) <!-- TODO: remaining T-types changes => lang or compiler? --> |
