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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -21,25 +21,25 @@ with the change that has been applied due to it.
21
21
Language changes in Rust 1.81.0
22
22
-------------------------------
23
23
24
-
* `Abort on uncaught panics in `extern "C"` functions. <https://github.com/rust-lang/rust/pull/116088/>`_
24
+
* `Abort on uncaught panics in \`extern "C"\` functions. <https://github.com/rust-lang/rust/pull/116088/>`_
25
25
26
26
* No change: unwinding is not specified in the FLS
27
27
28
-
* `Fix ambiguous cases of multiple `&` in elided self lifetimes. <https://github.com/rust-lang/rust/pull/117967/>`_
28
+
* `Fix ambiguous cases of multiple \`&\` in elided self lifetimes. <https://github.com/rust-lang/rust/pull/117967/>`_
29
29
30
30
* Changed paragraph: :p:`fls_crb6m6b3cdwh`
31
31
32
32
* New paragraph: :p:`fls_d4u3y82hdadc`
33
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.
34
+
* `Stabilize \`#[expect]\` for lints (RFC 2383), like \`#[allow]\` with a warning if the lint is _not_ fulfilled.<https://github.com/rust-lang/rust/pull/120924/>`_
35
35
36
36
* New paragraph: :p:`fls_NrTL2FruARAv`
37
37
38
38
* `Change method resolution to constrain hidden types instead of rejecting method candidates. <https://github.com/rust-lang/rust/pull/123962/>`_
39
39
40
40
* No change: the concrete type inference resolution is not part of the FLS
41
41
42
-
* `Bump `elided_lifetimes_in_associated_constant` to deny. <https://github.com/rust-lang/rust/pull/124211/>`_
42
+
* `Bump \`elided_lifetimes_in_associated_constant\` to deny. <https://github.com/rust-lang/rust/pull/124211/>`_
43
43
44
44
* No change: lints are not part of the FLS
45
45
@@ -74,7 +74,7 @@ Language changes in Rust 1.80.0
74
74
75
75
* No change: this previous restriction is not specified in the FLS
0 commit comments