diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2023-03-07 23:06:24 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-07 23:06:24 +0900 |
| commit | b866e1ee0ac86ca24c41231d53792aa79e9775d1 (patch) | |
| tree | 8326f10ada690e78f22cec21a68ddfe264070c24 | |
| parent | 79fd51df3935247cf6ce354e64fca067f0fd9f8d (diff) | |
| parent | 545fe605191b459cd56c9f747d406a8887fb671c (diff) | |
| download | rust-b866e1ee0ac86ca24c41231d53792aa79e9775d1.tar.gz rust-b866e1ee0ac86ca24c41231d53792aa79e9775d1.zip | |
Rollup merge of #108823 - wesleywiser:add_cf-protection_tracking_issue, r=Nilstrieb
Add tracking issue for cf-protection to unstable book
| -rw-r--r-- | src/doc/unstable-book/src/compiler-flags/cf-protection.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/doc/unstable-book/src/compiler-flags/cf-protection.md b/src/doc/unstable-book/src/compiler-flags/cf-protection.md index ab698c82ba9..efe5f5642b8 100644 --- a/src/doc/unstable-book/src/compiler-flags/cf-protection.md +++ b/src/doc/unstable-book/src/compiler-flags/cf-protection.md @@ -1,5 +1,9 @@ # `cf-protection` +The tracking issue for this feature is: [#93754](https://github.com/rust-lang/rust/issues/93754). + +------------------------ + This option enables control-flow enforcement technology (CET) on x86; a more detailed description of CET is available [here]. Similar to `clang`, this flag takes one of the following values: |
