Give a tracking-issue number for unsized tuple coercion.

This commit is contained in:
Masaki Hara 2017-06-25 07:32:00 +09:00
parent 03660b6476
commit 141265dfe8
No known key found for this signature in database
GPG key ID: 7CA7A85E049A82E8
2 changed files with 3 additions and 3 deletions

View file

@ -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
------------------------

View file

@ -359,7 +359,7 @@ declare_features! (
(active, allow_fail, "1.19.0", Some(42219)),
// Allows unsized tuple coercion.
(active, unsized_tuple_coercion, "1.20.0", None),
(active, unsized_tuple_coercion, "1.20.0", Some(42877)),
);
declare_features! (