-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Stabilize attributes on generic parameters #48851
Conversation
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
☔ The latest upstream changes (presumably #48860) made this pull request unmergeable. Please resolve the merge conflicts. |
Blocked on FCP in #48848 |
The FCP in #48848 ended. Can you review this @nikomatsakis? Also @petrochenkov, there are some merge conflicts you should fix. |
r=me post rebase |
@bors r=nikomatsakis |
📌 Commit 1a2a234 has been approved by |
…akis Stabilize attributes on generic parameters Closes rust-lang#48848
Stabilize attributes on generic parameters Closes #48848
@@ -566,6 +563,8 @@ declare_features! ( | |||
(accepted, match_default_bindings, "1.26.0", Some(42640), None), | |||
// allow `'_` placeholder lifetimes | |||
(accepted, underscore_lifetimes, "1.26.0", Some(44524), None), | |||
// Allows attributes on lifetime/type formal parameters in generics (RFC 1327) | |||
(accepted, generic_param_attrs, "1.26.0", Some(48848), None), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops. This should be 1.27 now.
☀️ Test successful - status-appveyor, status-travis |
Closes #48848