File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
compiler/rustc_codegen_llvm/src
src/doc/rustc/src/codegen-options Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ impl CodegenBackend for LlvmCodegenBackend {
283283 can prove these functions can't be the source of a stack
284284 buffer overflow (even in the presence of undefined behavior).
285285
286- This provides the same security guarantees as Clang's
286+ This provides similar security guarantees to Clang's
287287 `-fstack-protector=strong`.
288288
289289 The exact rules are unstable and subject to change, but
Original file line number Diff line number Diff line change @@ -709,7 +709,7 @@ Supported values for this option are:
709709 can prove these functions can't be the source of a stack
710710 buffer overflow (even in the presence of undefined behavior).
711711
712- This provides the same security guarantees as Clang's
712+ This provides similar security guarantees to Clang's
713713 ` -fstack-protector=strong ` .
714714
715715 The exact rules are unstable and subject to change, but
You can’t perform that action at this time.
0 commit comments