Compiling Rust with GCC: an update
Compiling Rust with GCC: an update
Posted Sep 11, 2022 12:18 UTC (Sun) by josh (subscriber, #17465)In reply to: Compiling Rust with GCC: an update by tialaramex
Parent article: Compiling Rust with GCC: an update
> Tier 3 means Rust's CI checks this compiles, but they don't check it works, and it is only supplied with the core library.
That's tier 2 (compiles, but isn't tested). Tier 3 is "this exists in the codebase, and might work, but you'll need to build it yourself".
https://doc.rust-lang.org/nightly/rustc/platform-support....
