File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Compiler
30
30
- [Expand `for_loops_over_fallibles` lint to lint on fallibles behind references.](https://github.com/rust-lang/rust/pull/125156/)
31
31
- [self-contained linker: retry linking without `-fuse-ld=lld` on CCs that don't support it](https://github.com/rust-lang/rust/pull/125417/)
32
32
- [Convert `proc_macro_back_compat` lint to an unconditional error.](https://github.com/rust-lang/rust/pull/125596/)
33
- - [Reject ` CVarArgs` in `parse_ty_for_where_clause` ](https://github.com/rust-lang/rust/pull/125863/)
33
+ - [Do not parse CVarArgs (`...`) as a type in trait bounds ](https://github.com/rust-lang/rust/pull/125863/)
34
34
- [Correctly handle type aliases during orphan check](https://github.com/rust-lang/rust/pull/117164/)
35
35
- Improvements to LLDB formatting [#124458](https://github.com/rust-lang/rust/pull/124458) [#124500](https://github.com/rust-lang/rust/pull/124500)
36
36
- [For the wasm32-wasip2 target default to PIC and do not use `-fuse-ld=lld`](https://github.com/rust-lang/rust/pull/124858/)
@@ -112,6 +112,7 @@ Compatibility Notes
112
112
- [Turn non-structural-const-in-pattern lints into hard errors](https://github.com/rust-lang/rust/pull/124661/)
113
113
- [Make `WHERE_CLAUSES_OBJECT_SAFETY` lint a regular object safety violation](https://github.com/rust-lang/rust/pull/125380/)
114
114
- [Convert `proc_macro_back_compat` lint to an unconditional error.](https://github.com/rust-lang/rust/pull/125596/)
115
+ - [Do not parse CVarArgs (`...`) as a type in trait bounds](https://github.com/rust-lang/rust/pull/125863/)
115
116
116
117
<a id="1.80-Internal-Changes"></a>
117
118
You can’t perform that action at this time.
0 commit comments