Skip to content

Commit 141265d

Browse files
committed
Give a tracking-issue number for unsized tuple coercion.
1 parent 03660b6 commit 141265d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/doc/unstable-book/src/language-features/unsized-tuple-coercion.md

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

3-
The tracking issue for this feature is: [#XXXXX]
3+
The tracking issue for this feature is: [#42877]
44

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

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

src/libsyntax/feature_gate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ declare_features! (
359359
(active, allow_fail, "1.19.0", Some(42219)),
360360

361361
// Allows unsized tuple coercion.
362-
(active, unsized_tuple_coercion, "1.20.0", None),
362+
(active, unsized_tuple_coercion, "1.20.0", Some(42877)),
363363
);
364364

365365
declare_features! (

0 commit comments

Comments
 (0)