File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
- [Reveal opaque types within the defining body for exhaustiveness checking.](https://github.com/rust-lang/rust/pull/116821/)
10
10
- [Stabilize C-string literals.](https://github.com/rust-lang/rust/pull/117472/)
11
11
- [Stabilize THIR unsafeck.](https://github.com/rust-lang/rust/pull/117673/)
12
+ - [Add lint `static_mut_refs` to warn on references to mutable statics.](https://github.com/rust-lang/rust/pull/117556/)
12
13
- [Support async recursive calls (as long as they have indirection).](https://github.com/rust-lang/rust/pull/117703/)
14
+ - [Undeprecate lint `unstable_features` and make use of it in the compiler.](https://github.com/rust-lang/rust/pull/118639/)
13
15
- [Get rid of type-driven traversal in const-eval interning.](https://github.com/rust-lang/rust/pull/119044/)
14
16
- [Deny braced macro invocations in let-else.](https://github.com/rust-lang/rust/pull/119062/)
15
17
@@ -25,8 +27,6 @@ Compiler
25
27
26
28
- [Include lint `soft_unstable` in future breakage reports.](https://github.com/rust-lang/rust/pull/116274/)
27
29
- [Make `i128` and `u128` 16-byte aligned on x86-based targets.](https://github.com/rust-lang/rust/pull/116672/)
28
- - [Add lint `static_mut_refs` to warn on references to mutable statics.](https://github.com/rust-lang/rust/pull/117556/)
29
- - [Undeprecate lint `unstable_features` and make use of it in the compiler.](https://github.com/rust-lang/rust/pull/118639/)
30
30
- [Use `--verbose` in diagnostic output.](https://github.com/rust-lang/rust/pull/119129/)
31
31
- [Improve spacing between printed tokens.](https://github.com/rust-lang/rust/pull/120227/)
32
32
- [Merge the `unused_tuple_struct_fields` lint into `dead_code`.](https://github.com/rust-lang/rust/pull/118297/)
You can’t perform that action at this time.
0 commit comments