• A
    rustbuild: Tweak default rule inclusion · 7cd8a497
    Alex Crichton 提交于
    If a rule is flagged with `default(true)` then the pseudo-rule `default:foo`
    will include that. If a rule is also flagged with `.host(true)`, however, then
    the rule shouldn't be included for targets that aren't in the host array. This
    adds a filter to ensure we don't pull in host rules for targets by accident.
    7cd8a497
step.rs 25.1 KB