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

Enhance error message for target auto-discovery #10090

Merged
merged 2 commits into from
Nov 17, 2021

Commits on Nov 17, 2021

  1. Enhance error message for target auto-discovery

    Enhance for following scenarios:
    
    1. Target without `path` specified and cannot be found.
    2. Target without `path` specified and cannot be found, but a file
       exists at the commonly wrong path, e.g. `example/a.rs`, `bench/b.rs`.
    3. Found multiple candidate files and cannot infer which to use.
    weihanglo committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    74390a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2698bc6 View commit details
    Browse the repository at this point in the history