rust/src/librustc_target
2020-02-12 12:06:14 +01:00
..
abi Auto merge of #68452 - msizanoen1:riscv-abi, r=nagisa,eddyb 2020-02-08 18:10:48 +00:00
spec Properly use the darwin archive format on Apple targets 2020-02-12 12:06:14 +01:00
build.rs
Cargo.toml Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
lib.rs Remove unused feature gate from librustc_target 2020-02-07 13:58:57 +01:00
README.md

librustc_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 guide.