Skip to content

Commit

Permalink
Fix issue number of member_constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Jan 16, 2020
1 parent 3291ae3 commit bf0a784
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
@@ -1,8 +1,8 @@
# `member_constraints`

The tracking issue for this feature is: [#61977]
The tracking issue for this feature is: [#61997]

[#61977]: https://github.com/rust-lang/rust/issues/61977
[#61997]: https://github.com/rust-lang/rust/issues/61997

------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/librustc_feature/active.rs
Expand Up @@ -481,7 +481,7 @@ declare_features! (
(active, arbitrary_enum_discriminant, "1.37.0", Some(60553), None),

/// Allows `impl Trait` with multiple unrelated lifetimes.
(active, member_constraints, "1.37.0", Some(61977), None),
(active, member_constraints, "1.37.0", Some(61997), None),

/// Allows `async || body` closures.
(active, async_closure, "1.37.0", Some(62290), None),
Expand Down

0 comments on commit bf0a784

Please sign in to comment.