You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `Fully de-stabilize the #[bench] attribute <https://github.com/rust-lang/rust/pull/134273)>`_
71
+
72
+
- No change: this was an unstable feature and was therefore not specified in the FLS
73
+
74
+
- `Add warn-by-default dangerous_implicit_autorefs lint against implicit autoref of raw pointer dereference <https://github.com/rust-lang/rust/pull/123239>`_
75
+
76
+
- No change: lints are not part of the FLS
77
+
78
+
- `Add invalid_null_arguments lint to prevent invalid usage of null pointers <https://github.com/rust-lang/rust/pull/119220>`_
79
+
80
+
- No change: lints are not part of the FLS
81
+
82
+
- `Change trait impl candidate preference for builtin impls and trivial where-clauses. <https://github.com/rust-lang/rust/pull/138176>`_
83
+
84
+
- No change: trait impl candidate preference is not specified in the FLS
85
+
86
+
- `Check types of generic const parameter defaults <https://github.com/rust-lang/rust/pull/139646>`_
87
+
88
+
- No change: this bug was not documented in the FLS
0 commit comments