Skip to content

Commit 72c3af5

Browse files
authored
Merge pull request #4677 from rust-lang/rustup-2025-11-10
Automatic Rustup
2 parents f2bdcad + 3cbdd35 commit 72c3af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sanitizers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ implementation:
4545
[marked][sanitizer-attribute] with appropriate LLVM attribute:
4646
`SanitizeAddress`, `SanitizeHWAddress`, `SanitizeMemory`, or
4747
`SanitizeThread`. By default all functions are instrumented, but this
48-
behaviour can be changed with `#[sanitize(xyz = "on|off")]`.
48+
behaviour can be changed with `#[sanitize(xyz = "on|off|<other>")]`.
4949

5050
* The decision whether to perform instrumentation or not is possible only at a
5151
function granularity. In the cases were those decision differ between

0 commit comments

Comments
 (0)