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
Copy file name to clipboardExpand all lines: src/changelog.rst
+41Lines changed: 41 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,47 @@ with the change that has been applied due to it.
18
18
just the language changes that had an impact to the FLS. See the `release
19
19
notes`_ for a full list of changes.
20
20
21
+
Language changes in Rust 1.81.0
22
+
-------------------------------
23
+
24
+
* `Abort on uncaught panics in `extern "C"` functions. <https://github.com/rust-lang/rust/pull/116088/>`_
25
+
26
+
* No change: unwinding is not specified in the FLS
27
+
28
+
* `Fix ambiguous cases of multiple `&` in elided self lifetimes. <https://github.com/rust-lang/rust/pull/117967/>`_
29
+
30
+
* Changed paragraph: :p:`fls_crb6m6b3cdwh`
31
+
32
+
* New paragraph: :p:`fls_d4u3y82hdadc`
33
+
34
+
* `Stabilize `#[expect]` for lints (RFC 2383), <https://github.com/rust-lang/rust/pull/120924/>`_ like `#[allow]` with a warning if the lint is _not_ fulfilled.
35
+
36
+
* New paragraph: :p:`fls_NrTL2FruARAv`
37
+
38
+
* `Change method resolution to constrain hidden types instead of rejecting method candidates. <https://github.com/rust-lang/rust/pull/123962/>`_
39
+
40
+
* No change: the concrete type inference resolution is not part of the FLS
41
+
42
+
* `Bump `elided_lifetimes_in_associated_constant` to deny. <https://github.com/rust-lang/rust/pull/124211/>`_
43
+
44
+
* No change: lints are not part of the FLS
45
+
46
+
* `\`offset_from\`: always allow pointers to point to the same address. <https://github.com/rust-lang/rust/pull/124921/>`_
47
+
48
+
* No change: this previous restriction is not specified in the FLS
49
+
50
+
* `Allow constraining opaque types during subtyping in the trait system. <https://github.com/rust-lang/rust/pull/125447/>`_
51
+
52
+
* No change: the concrete type inference resolution is not part of the FLS
53
+
54
+
* `Allow constraining opaque types during various unsizing casts. <https://github.com/rust-lang/rust/pull/125610/>`_
55
+
56
+
* No change: the concrete type inference resolution is not part of the FLS
0 commit comments