Add unsized_fn_params feature
This commit is contained in:
parent
2a71e45411
commit
708fc3b1a2
46 changed files with 165 additions and 86 deletions
|
@ -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
|
||||
// -------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue