From a4620ae77a9ae0980a31da094c0a229142277c28 Mon Sep 17 00:00:00 2001 From: Lucas Baumann Date: Fri, 23 May 2025 14:35:28 +0200 Subject: [PATCH 1/2] add realtime sanitizer --- src/sanitizers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sanitizers.md b/src/sanitizers.md index fd91fdb25..53df27412 100644 --- a/src/sanitizers.md +++ b/src/sanitizers.md @@ -45,7 +45,7 @@ implementation: [marked][sanitizer-attribute] with appropriate LLVM attribute: `SanitizeAddress`, `SanitizeHWAddress`, `SanitizeMemory`, or `SanitizeThread`. By default all functions are instrumented, but this - behaviour can be changed with `#[sanitize(xyz = "on|off")]`. + behaviour can be changed with `#[sanitize(xyz = "on|off|")]`. * The decision whether to perform instrumentation or not is possible only at a function granularity. In the cases were those decision differ between From 1af2670651be8c278273480609cb6b1b93394b11 Mon Sep 17 00:00:00 2001 From: The rustc-josh-sync Cronjob Bot Date: Mon, 10 Nov 2025 04:13:13 +0000 Subject: [PATCH 2/2] Prepare for merging from rust-lang/rust This updates the rust-version file to 8401398e1f14a24670ee1a3203713dc2f0f8b3a8. --- rust-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-version b/rust-version index 0e89b4ab6..04d41c96f 100644 --- a/rust-version +++ b/rust-version @@ -1 +1 @@ -c5dabe8cf798123087d094f06417f5a767ca73e8 +8401398e1f14a24670ee1a3203713dc2f0f8b3a8