Skip to content

Commit

Permalink
Self-review
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxyUwU authored Jun 28, 2024
1 parent 9d02bdc commit e8f0c2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Compiler
- [Expand `for_loops_over_fallibles` lint to lint on fallibles behind references.](/~https://github.com/rust-lang/rust/pull/125156/)
- [self-contained linker: retry linking without `-fuse-ld=lld` on CCs that don't support it](/~https://github.com/rust-lang/rust/pull/125417/)
- [Convert `proc_macro_back_compat` lint to an unconditional error.](/~https://github.com/rust-lang/rust/pull/125596/)
- [Reject `CVarArgs` in `parse_ty_for_where_clause`](/~https://github.com/rust-lang/rust/pull/125863/)
- [Do not parse CVarArgs (`...`) as a type in trait bounds](/~https://github.com/rust-lang/rust/pull/125863/)
- [Correctly handle type aliases during orphan check](/~https://github.com/rust-lang/rust/pull/117164/)
- Improvements to LLDB formatting [#124458](/~https://github.com/rust-lang/rust/pull/124458) [#124500](/~https://github.com/rust-lang/rust/pull/124500)
- [For the wasm32-wasip2 target default to PIC and do not use `-fuse-ld=lld`](/~https://github.com/rust-lang/rust/pull/124858/)
Expand Down Expand Up @@ -112,6 +112,7 @@ Compatibility Notes
- [Turn non-structural-const-in-pattern lints into hard errors](/~https://github.com/rust-lang/rust/pull/124661/)
- [Make `WHERE_CLAUSES_OBJECT_SAFETY` lint a regular object safety violation](/~https://github.com/rust-lang/rust/pull/125380/)
- [Convert `proc_macro_back_compat` lint to an unconditional error.](/~https://github.com/rust-lang/rust/pull/125596/)
- [Do not parse CVarArgs (`...`) as a type in trait bounds](/~https://github.com/rust-lang/rust/pull/125863/)

<a id="1.80-Internal-Changes"></a>

Expand Down

0 comments on commit e8f0c2a

Please sign in to comment.