mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-19 19:40:36 +00:00

Fix: Properly set vendor in i686-win7-windows-msvc target In #118150 , setting the `vendor` field of the `i686-win7-windows-msvc` target was forgotten, preventing us from easily checking the target using `cfg(target_vendor)`. With this PR, we set the target vendor to "win7".
rustc_target
contains some very low-level details that are
specific to different compilation targets and so forth.
For more information about how rustc works, see the rustc dev guide.