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

Attributes on generic formals #34764

Merged
merged 3 commits into from
Oct 1, 2016
Merged

Commits on Sep 23, 2016

  1. Add attribute support to generic lifetime and type parameters.

    I am using `ThinAttributes` rather than a vector for attributes
    attached to generics, since I expect almost all lifetime and types
    parameters to not carry any attributes.
    pnkfelix committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    4c37ad6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c242fc3 View commit details
    Browse the repository at this point in the history
  3. Added tests and fixed corner case for trailing attributes with no att…

    …ached binding in generics.
    pnkfelix committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    3a9b7be View commit details
    Browse the repository at this point in the history