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

Point at return type always when type mismatch against it #43484

Merged
merged 3 commits into from
Aug 9, 2017

Commits on Jul 26, 2017

  1. Point at return type always when type mismatch against it

    Before this, the diagnostic errors would only point at the return type
    when changing it would be a possible solution to a type error. Add a
    label to the return type without a suggestion to change in order to make
    the source of the expected type obvious.
    
    Follow up to rust-lang#42850, fixes rust-lang#25133, fixes rust-lang#41897.
    estebank committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    d96f9d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. Configuration menu
    Copy the full SHA
    3fcdb8b View commit details
    Browse the repository at this point in the history
  2. Readd backticks around ()

    estebank committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    9bd62a4 View commit details
    Browse the repository at this point in the history