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

rustc: make error messages containing generic more self-explanatory. #11513

Merged
merged 1 commit into from
Jan 13, 2014

Commits on Jan 13, 2014

  1. rustc: make error messages containing generic more self-explanatory.

    Unsuffixed literals like 1 and 1.1, and free type parameters sometimes
    have to be printed in error messages, which ended up with <V0>, <VI0>
    and <VF0>. This change puts the words "generic" and "integer"/"float"
    into the message so it's not a completely black box.
    huonw committed Jan 13, 2014
    5 Configuration menu
    Copy the full SHA
    e25d706 View commit details
    Browse the repository at this point in the history