See if we can turn on the stack-use-after-return asan check

This commit is contained in:
Thom Chiovoloni 2020-04-16 02:53:55 -07:00 committed by Thom Chiovoloni
parent 185899eab1
commit ca3583e1df

View File

@ -84,6 +84,7 @@ jobs:
env:
RUSTFLAGS: -Zsanitizer=address
RUSTDOCFLAGS: -Zsanitizer=address
ASAN_OPTIONS: 'detect_stack_use_after_return=1'
run: cargo -Z build-std test --features 'bundled-full session buildtime_bindgen with-asan' --target x86_64-unknown-linux-gnu
# Ensure clippy doesn't complain.