Skip to content

Commit 4a2f0f6

Browse files
committed
The const-eval change is now future-compat
1 parent 213e598 commit 4a2f0f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Language
1212
- [Add lint `static_mut_refs` to warn on references to mutable statics.](https://github.com/rust-lang/rust/pull/117556/)
1313
- [Support async recursive calls (as long as they have indirection).](https://github.com/rust-lang/rust/pull/117703/)
1414
- [Undeprecate lint `unstable_features` and make use of it in the compiler.](https://github.com/rust-lang/rust/pull/118639/)
15-
- [Get rid of type-driven traversal in const-eval interning.](https://github.com/rust-lang/rust/pull/119044/)
15+
- [Get rid of type-driven traversal in const-eval interning](https://github.com/rust-lang/rust/pull/119044/),
16+
only as a [future compatiblity lint](https://github.com/rust-lang/rust/pull/122204) for now.
1617
- [Deny braced macro invocations in let-else.](https://github.com/rust-lang/rust/pull/119062/)
1718

1819
<!-- TODO: remaining T-types changes => lang or compiler? -->

0 commit comments

Comments
 (0)