Unable to link use of hyper_util with -Zsanitizer=address on msvc #124390
Labels
A-linkage
Area: linking into static, shared libraries and binaries
A-sanitizers
Area: Sanitizers for correctness and code quality
C-bug
Category: This is a bug.
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
I tried this code:
With
RUSTFLAGS=-Zsanitizer=address
, I runcargo +nightly build --target=x86_64-pc-windows-msvc
I expected to see this happen: build succeeds
Instead, this happened: Build fails:
Seems somwhat similar to #85461, however setting
-Ccodegen-units=1
does not workaround the issue.Meta
rustc --version --verbose
:MSVC version 14.39.33519
The text was updated successfully, but these errors were encountered: