Skip to content

Commit bf0a784

Browse files
committed
Fix issue number of member_constraints
1 parent 3291ae3 commit bf0a784

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/doc/unstable-book/src/language-features/member-constraints.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# `member_constraints`
22

3-
The tracking issue for this feature is: [#61977]
3+
The tracking issue for this feature is: [#61997]
44

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

77
------------------------
88

src/librustc_feature/active.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ declare_features! (
481481
(active, arbitrary_enum_discriminant, "1.37.0", Some(60553), None),
482482

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

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

0 commit comments

Comments
 (0)