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

2018 edition - confusing error message when declaring unnamed parameters #56584

Merged
merged 2 commits into from
Dec 15, 2018

Commits on Dec 7, 2018

  1. Add context for RFC 1685 change in 2018 edition.

    This commit adds a note providing context for the change to argument
    names being required in the 2018 edition for trait methods.
    davidtwco committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    e4dc15a View commit details
    Browse the repository at this point in the history
  2. Add suggestion for underscore binding fix.

    This commit emits a suggestion for adding an underscore binding to
    arguments in trait methods that previously did not have a argument name
    specified.
    davidtwco committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    7fcf31b View commit details
    Browse the repository at this point in the history