Skip to content

Commit

Permalink
Give a tracking-issue number for unsized tuple coercion.
Browse files Browse the repository at this point in the history
  • Loading branch information
qnighy committed Jun 24, 2017
1 parent 818f416 commit d0e1ba7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# `unsized_tuple_coercion`

The tracking issue for this feature is: [#XXXXX]
The tracking issue for this feature is: [#42877]

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

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

Expand Down
2 changes: 1 addition & 1 deletion src/libsyntax/feature_gate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ declare_features! (
(active, abi_thiscall, "1.19.0", None),

// Allows unsized tuple coercion.
(active, unsized_tuple_coercion, "1.20.0", None),
(active, unsized_tuple_coercion, "1.20.0", Some(42877)),
);

declare_features! (
Expand Down

0 comments on commit d0e1ba7

Please sign in to comment.