Skip to content

Commit d0e1ba7

Browse files
committed
Give a tracking-issue number for unsized tuple coercion.
1 parent 818f416 commit d0e1ba7

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
@@ -356,7 +356,7 @@ declare_features! (
356356
(active, abi_thiscall, "1.19.0", None),
357357

358358
// Allows unsized tuple coercion.
359-
(active, unsized_tuple_coercion, "1.20.0", None),
359+
(active, unsized_tuple_coercion, "1.20.0", Some(42877)),
360360
);
361361

362362
declare_features! (

0 commit comments

Comments
 (0)