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
- `Add a warn-by-default mismatched_lifetime_syntaxes lint <https://github.com/rust-lang/rust/pull/138677>`_.
36
+
This lint detects when the same lifetime is referred to by different syntax categories between function arguments and return values, which can be confusing to read, especially in unsafe code.
37
+
This lint supersedes the warn-by-default ``elided_named_lifetimes`` lint.
38
+
39
+
- No change: lints are not part of the FLS
40
+
41
+
- `Expand unpredictable_function_pointer_comparisons to also lint on function pointer comparisons in external macros <https://github.com/rust-lang/rust/pull/134536>`_
42
+
43
+
- No change: lints are not part of the FLS
44
+
45
+
- `Make the dangerous_implicit_autorefs lint deny-by-default <https://github.com/rust-lang/rust/pull/141661>`_
46
+
47
+
- No change: lints are not part of the FLS
48
+
49
+
- `Stabilize the avx512 target features <https://github.com/rust-lang/rust/pull/138940>`_
50
+
51
+
- Changed syntax: :s:`Feature`
52
+
53
+
- New paragraphs:
54
+
55
+
- :p:`fls_8HPcvIaahaB9`
56
+
- :p:`fls_lxcfj6XCKyMh`
57
+
- :p:`fls_fh7i1Pcmqjdm`
58
+
- :p:`fls_M9ne2sqhRB5L`
59
+
- :p:`fls_xWcGvl83bVWC`
60
+
- :p:`fls_5CVTkOoLHAvW`
61
+
- :p:`fls_hThb8qn820wJ`
62
+
- :p:`fls_1T0VYMtG3loD`
63
+
- :p:`fls_AlBD9ckWKecQ`
64
+
- :p:`fls_72cwAExPDMQ8`
65
+
- :p:`fls_pSSIwmUAnUly`
66
+
- :p:`fls_YOW8lcBQ5lNI`
67
+
- :p:`fls_8PrvVL6dkr31`
68
+
- :p:`fls_hKvaSExdlKgd`
69
+
- :p:`fls_r5KEicrmEGJt`
70
+
- :p:`fls_Qnx9nNiJeIAX`
71
+
- :p:`fls_ZrcPWy4pxlTX`
72
+
- :p:`fls_YW7otDxAliSj`
73
+
- :p:`fls_G4aOoX8a7i7r`
74
+
- :p:`fls_HGKiXfM5fGVo`
75
+
- :p:`fls_gRf8F9PIGySt`
76
+
- :p:`fls_NNj4H6A9VTR8`
77
+
78
+
- `Stabilize these target featires for x86: kl, widekl <https://github.com/rust-lang/rust/pull/140766>`_
79
+
80
+
- Changed syntax: :s:`Feature`
81
+
82
+
- New paragraphs:
83
+
84
+
- :p:`fls_gtoLNHFmmBzd`
85
+
- :p:`fls_qZO82VdU5Iz9`
86
+
87
+
- `Stabilize these target features for x86: sha512, sm3, sm4 <https://github.com/rust-lang/rust/pull/140767>`_
- No change: documentation tests are outside the scope of the FLS
112
+
113
+
- `Extend temporary lifetime extension to also go through tuple struct and tuple variant constructors <https://github.com/rust-lang/rust/pull/140593>`_
114
+
115
+
- Changed paragraph: :p:`fls_DQaCUkskfXzk`
116
+
- New paragraphs:
117
+
118
+
- :p:`fls_YeeZWqTdMivX`
119
+
- :p:`fls_wyzau8hhq74d`
120
+
- :p:`fls_eeaJtK4w5gVK`
121
+
122
+
- `extern "C" functions on the wasm32-unknown-unknown target now have a standards compliant ABI <https://blog.rust-lang.org/2025/04/04/c-abi-changes-for-wasm32-unknown-unknown/>`_
123
+
124
+
- No change: the target is outside the scope of the FLS
0 commit comments