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

Validate use of parameters in naked functions #79411

Merged
merged 1 commit into from
Nov 25, 2020

Commits on Nov 25, 2020

  1. Validate use of parameters in naked functions

    * Reject use of parameters inside naked function body.
    * Reject use of patterns inside function parameters, to emphasize role
      of parameters a signature declaration (mirroring existing behaviour
      for function declarations) and avoid generating code introducing
      specified bindings.
    tmiasko committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    22d3431 View commit details
    Browse the repository at this point in the history