Skip to content

Commit 87c9349

Browse files
committedMar 17, 2024
Sort the remaining T-types relnotes
1 parent 8953306 commit 87c9349

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
 

‎RELEASES.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,11 @@ 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+
- [Make inductive cycles in coherence ambiguous always.](https://github.com/rust-lang/rust/pull/118649/)
1516
- [Get rid of type-driven traversal in const-eval interning](https://github.com/rust-lang/rust/pull/119044/),
1617
only as a [future compatiblity lint](https://github.com/rust-lang/rust/pull/122204) for now.
1718
- [Deny braced macro invocations in let-else.](https://github.com/rust-lang/rust/pull/119062/)
1819

19-
<!-- TODO: remaining T-types changes => lang or compiler? -->
20-
- [error on incorrect implied bounds in wfcheck except for Bevy dependents](https://github.com/rust-lang/rust/pull/118553/)
21-
- [Make inductive cycles in coherence ambiguous always](https://github.com/rust-lang/rust/pull/118649/)
22-
- [fix fn/const items implied bounds and wf check (rebase)](https://github.com/rust-lang/rust/pull/120019/)
23-
2420
<a id="1.77.0-Compiler"></a>
2521

2622
Compiler
@@ -31,7 +27,10 @@ Compiler
3127
- [Use `--verbose` in diagnostic output.](https://github.com/rust-lang/rust/pull/119129/)
3228
- [Improve spacing between printed tokens.](https://github.com/rust-lang/rust/pull/120227/)
3329
- [Merge the `unused_tuple_struct_fields` lint into `dead_code`.](https://github.com/rust-lang/rust/pull/118297/)
30+
- [Error on incorrect implied bounds in well-formedness check](https://github.com/rust-lang/rust/pull/118553/),
31+
with a temporary exception for Bevy.
3432
- [Fix coverage instrumentation/reports for non-ASCII source code.](https://github.com/rust-lang/rust/pull/119033/)
33+
- [Fix `fn`/`const` items implied bounds and well-formedness check.](https://github.com/rust-lang/rust/pull/120019/)
3534
- [Promote `riscv32{im|imafc}-unknown-none-elf` targets to tier 2.](https://github.com/rust-lang/rust/pull/118704/)
3635
- Add several new tier 3 targets:
3736
- [`aarch64-unknown-illumos`](https://github.com/rust-lang/rust/pull/112936/)

0 commit comments

Comments
 (0)