Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle targets with more than one family #44

Merged
merged 1 commit into from
Feb 4, 2022

Commits on Feb 3, 2022

  1. Handle targets with more than one family

    Rust 1.58 introduces a couple of targets with multiple target families.
    To handle this, introduce a new `Families` newtype wrapper which can
    contain any number of families. Handle both the const case and the
    non-const one.
    
    Unfortunately this is an unavoidable breaking change to the `TargetInfo`
    data model.
    sunshowers committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    f2cab9b View commit details
    Browse the repository at this point in the history