We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04bc92 commit 28c2a10Copy full SHA for 28c2a10
.github/workflows/rust.yaml
@@ -133,11 +133,6 @@ jobs:
133
RUSTFLAGS: -Zsanitizer=address -C debuginfo=0
134
RUSTDOCFLAGS: -Zsanitizer=address
135
ASAN_OPTIONS: "detect_stack_use_after_return=1:detect_leaks=1:symbolize=1"
136
- # Work around https://github.com/rust-lang/rust/issues/59125 by
137
- # disabling backtraces. In an ideal world we'd probably suppress the
138
- # leak sanitization, but we don't care about backtraces here, so long
139
- # as the other tests have them.
140
- RUST_BACKTRACE: "0"
141
# We cannot run "modern-full" with asan as the chrono feature will auto-load relase binaries of
142
# the ICU-extension, which are not built with ASAN and will cause a crash.
143
run: |
0 commit comments