1
Fork 0

Add unsized_fn_params feature

This commit is contained in:
Santiago Pastorino 2020-10-16 17:46:59 -03:00
parent 2a71e45411
commit 708fc3b1a2
No known key found for this signature in database
GPG key ID: 8131A24E0C79EFAF
46 changed files with 165 additions and 86 deletions

View file

@ -607,6 +607,9 @@ declare_features! (
/// Allow anonymous constants from an inline `const` block
(active, inline_const, "1.49.0", Some(76001), None),
/// Allows unsized fn parameters.
(active, unsized_fn_params, "1.49.0", Some(48055), None),
// -------------------------------------------------------------------------
// feature-group-end: actual feature gates
// -------------------------------------------------------------------------