mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 02:57:18 +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.