Skip to content

Commit 7982d0e

Browse files
authored
Merge pull request #2635 from rust-lang/rustc-pull
Rustc pull update
2 parents 1e50aca + 7f8d696 commit 7982d0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c5dabe8cf798123087d094f06417f5a767ca73e8
1+
8401398e1f14a24670ee1a3203713dc2f0f8b3a8

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)