mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
841c462eb0
target: fix destabilising target-spec-json cc rust-lang/rust#151528 rust-lang/rust#150151 missed a case and didn't entirely destabilise target-spec-json - this patch corrects that. Closes https://github.com/rust-lang/rust/issues/71009
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.