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 @@ -286,7 +286,7 @@ impl CodegenBackend for LlvmCodegenBackend {
286286 can prove these functions can't be the source of a stack
287287 buffer overflow (even in the presence of undefined behavior).
288288
289- This provides the same security guarantees as Clang's
289+ This provides similar security guarantees to Clang's
290290 `-fstack-protector=strong`.
291291
292292 The exact rules are unstable and subject to change, but
Original file line number Diff line number Diff line change @@ -686,7 +686,7 @@ Supported values for this option are:
686686 can prove these functions can't be the source of a stack
687687 buffer overflow (even in the presence of undefined behavior).
688688
689- This provides the same security guarantees as Clang's
689+ This provides similar security guarantees to Clang's
690690 ` -fstack-protector=strong ` .
691691
692692 The exact rules are unstable and subject to change, but
You can’t perform that action at this time.
0 commit comments