diff options
| author | Wesley Wiser <wesleywiser@microsoft.com> | 2023-03-06 13:03:12 -0500 |
|---|---|---|
| committer | Wesley Wiser <wesleywiser@microsoft.com> | 2023-03-06 13:03:12 -0500 |
| commit | 545fe605191b459cd56c9f747d406a8887fb671c (patch) | |
| tree | 081cbe40d6afa748c85a861e37ed957c47bc7e8a | |
| parent | f63ccaf25f74151a5d8ce057904cd944074b01d2 (diff) | |
| download | rust-545fe605191b459cd56c9f747d406a8887fb671c.tar.gz rust-545fe605191b459cd56c9f747d406a8887fb671c.zip | |
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: |
