mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 16:17:51 +00:00
rustc_target: hide TargetOptions::vendor Discussed in https://github.com/rust-lang/rust/pull/148531#discussion_r2507383167. r? `````@bjorn3`````
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.