mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
4ac89cd276
This adds the target triple to the crate metadata. When searching for a crate the phase (link, syntax) is taken into account. During link phase only crates matching the target triple are considered. During syntax phase, either the target or host triple will be accepted, unless the crate defines a macro_registrar, in which case only the host triple will match.