File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ Language
11
11
- [Make `noop_method_call` warn by default.](https://github.com/rust-lang/rust/pull/111916/)
12
12
- [Support interpolated block for `try` and `async` in macros.](https://github.com/rust-lang/rust/pull/112953/)
13
13
- [Mention style for new syntax in tracking issue template.](https://github.com/rust-lang/rust/pull/113586/)
14
- - [Make `unconditional_recursion` warning detect recursive drops.](https://github.com/rust-lang/rust/pull/113902/)
15
- - [Warn on inductive cycle in coherence leading to impls being considered not overlapping.](https://github.com/rust-lang/rust/pull/114023/)
14
+ - [Make `unconditional_recursion` lint detect recursive drops.](https://github.com/rust-lang/rust/pull/113902/)
15
+ - [Future compatibility warning for some impls being incorrectly considered not overlapping.](https://github.com/rust-lang/rust/pull/114023/)
16
+ - [The `invalid_reference_casting` lint is now **deny-by-default** (instead of allow-by-default)](https://github.com/rust-lang/rust/pull/112431)
16
17
17
18
<a id="1.73.0-Compiler"></a>
18
19
You can’t perform that action at this time.
0 commit comments