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

Improve diagnostics for E0282 #24966

Merged
merged 4 commits into from May 7, 2015
Merged

Improve diagnostics for E0282 #24966

merged 4 commits into from May 7, 2015

Commits on Apr 29, 2015

  1. rustc: Improve misleading error message for E0282

    The error can also occur in cases where a type annotation will not help.
    ruuda committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    52e520e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b292cd View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2015

  1. rustc: Improve long diagnostics for E0282

    The new example uses a `char` iterator instead of `i32`, to avoid interplay
    between type inference and the default type for integer literals.
    ruuda committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    414dfb1 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2015

  1. Configuration menu
    Copy the full SHA
    4b8098b View commit details
    Browse the repository at this point in the history