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

Parse unsupported crate type error more tightly #7364

Merged
merged 2 commits into from
Sep 16, 2019

Commits on Sep 16, 2019

  1. Parse unsupported crate type error more tightly

    This avoids issues when the target name contains the crate type, e.g. `bin` in `custom-bin-target.json`.
    phil-opp committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    b12bd38 View commit details
    Browse the repository at this point in the history
  2. Add a test that uses a custom binary target

    The custom target name contains the crate type `bin`.
    phil-opp committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    a5edf21 View commit details
    Browse the repository at this point in the history