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 @@ -287,7 +287,7 @@ impl CodegenBackend for LlvmCodegenBackend {
287287 can prove these functions can't be the source of a stack
288288 buffer overflow (even in the presence of undefined behavior).
289289
290- This provides the same security guarantees as Clang's
290+ This provides similar security guarantees to Clang's
291291 `-fstack-protector=strong`.
292292
293293 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