rust/compiler/rustc_target
Mara Bos bd245facd4
Rollup merge of #93680 - Mark-Simulacrum:drop-json-reader, r=bjorn3
Drop json::from_reader

Just a small cleanup -- this was essentially unused; the one use site is better suited to reading from &str regardless.
2022-02-07 14:08:36 +00:00
..
src Rollup merge of #93680 - Mark-Simulacrum:drop-json-reader, r=bjorn3 2022-02-07 14:08:36 +00:00
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.