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 |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
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.