Skip to content

Commit

Permalink
Rollup merge of rust-lang#132097 - radiohertz:master, r=ehuss
Browse files Browse the repository at this point in the history
sanitizer.md: LeakSanitizer is not supported on aarch64 macOS

related to rust-lang#98473
  • Loading branch information
matthiaskrgr authored Oct 24, 2024
2 parents 91c025d + 33941d3 commit c309366
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/doc/unstable-book/src/compiler-flags/sanitizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,6 @@ LeakSanitizer is run-time memory leak detector.
LeakSanitizer is supported on the following targets:
* `aarch64-apple-darwin`
* `aarch64-unknown-linux-gnu`
* `x86_64-apple-darwin`
* `x86_64-unknown-linux-gnu`
Expand Down

0 comments on commit c309366

Please sign in to comment.