Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escape backticks in changelog #524

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,25 @@ with the change that has been applied due to it.
Language changes in Rust 1.81.0
-------------------------------

* `Abort on uncaught panics in `extern "C"` functions. <https://github.com/rust-lang/rust/pull/116088/>`_
* `Abort on uncaught panics in \`extern "C"\` functions. <https://github.com/rust-lang/rust/pull/116088/>`_

* No change: unwinding is not specified in the FLS

* `Fix ambiguous cases of multiple `&` in elided self lifetimes. <https://github.com/rust-lang/rust/pull/117967/>`_
* `Fix ambiguous cases of multiple \`&\` in elided self lifetimes. <https://github.com/rust-lang/rust/pull/117967/>`_

* Changed paragraph: :p:`fls_crb6m6b3cdwh`

* New paragraph: :p:`fls_d4u3y82hdadc`

* `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.
* `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/>`_

* New paragraph: :p:`fls_NrTL2FruARAv`

* `Change method resolution to constrain hidden types instead of rejecting method candidates. <https://github.com/rust-lang/rust/pull/123962/>`_

* No change: the concrete type inference resolution is not part of the FLS

* `Bump `elided_lifetimes_in_associated_constant` to deny. <https://github.com/rust-lang/rust/pull/124211/>`_
* `Bump \`elided_lifetimes_in_associated_constant\` to deny. <https://github.com/rust-lang/rust/pull/124211/>`_

* No change: lints are not part of the FLS

Expand Down Expand Up @@ -74,7 +74,7 @@ Language changes in Rust 1.80.0

* No change: this previous restriction is not specified in the FLS

* `Stabilize `exclusive_range_pattern` feature <https://github.com/rust-lang/rust/pull/124459/>`_
* `Stabilize \`exclusive_range_pattern\` feature <https://github.com/rust-lang/rust/pull/124459/>`_

* Changed syntax: :s:`RangePattern`

Expand Down
Loading