Hi all!
I wonder that how to apply the RUST Address Sanitizer in cargo.toml file without any RUSTFLAGS
It means that we can use address sanitizer in cargo package like below commend.
RUSTFLAGS="-Z sanitizer=address" cargo run
However, I want to use RUST ASan in cargo.toml files without RUSTFLAGS.
Is there any commend or solution to use ASan in cargo.toml files??