Skip to content

Commit ab68728

Browse files
authored
Unrolled build for rust-lang#130702
Rollup merge of rust-lang#130702 - clubby789:unstable-book-docs, r=ehuss Add some missing unstable book tracking issue links
2 parents 8ed95d1 + 0510f06 commit ab68728

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

Diff for: src/doc/unstable-book/src/compiler-flags/branch-protection.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# `branch-protection`
22

3+
The tracking issue for this feature is: [#113369](https://github.com/rust-lang/rust/issues/113369).
4+
5+
------------------------
6+
37
This option lets you enable branch authentication instructions on AArch64.
48
This option is only accepted when targeting AArch64 architectures.
59
It takes some combination of the following values, separated by a `,`.

Diff for: src/doc/unstable-book/src/language-features/more-qualified-paths.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
The `more_qualified_paths` feature can be used in order to enable the
44
use of qualified paths in patterns.
55

6+
The tracking issue for this feature is: [#86935](https://github.com/rust-lang/rust/issues/86935).
7+
8+
------------------------
9+
610
## Example
711

812
```rust

Diff for: src/doc/unstable-book/src/language-features/postfix-match.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
`postfix-match` adds the feature for matching upon values postfix
44
the expressions that generate the values.
55

6+
The tracking issue for this feature is: [#121618](https://github.com/rust-lang/rust/issues/121618).
7+
8+
------------------------
9+
610
```rust,edition2021
711
#![feature(postfix_match)]
812

0 commit comments

Comments
 (0)