mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 21:18:29 +00:00
This commit adds an additional target property – `supported_sanitizers`, and replaces the hardcoded allowlists in argument parsing to use this new property. Fixes #81802