Add #![feature(const_fn_impl)]
This commit is contained in:
parent
a1dfd2490a
commit
e1d76818b2
3 changed files with 15 additions and 2 deletions
|
@ -596,6 +596,9 @@ declare_features! (
|
|||
/// Allows rustc to inject a default alloc_error_handler
|
||||
(active, default_alloc_error_handler, "1.48.0", Some(66741), None),
|
||||
|
||||
/// Allows argument and return position `impl Trait` in a `const fn`.
|
||||
(active, const_fn_impl_trait, "1.48.0", Some(77463), None),
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// feature-group-end: actual feature gates
|
||||
// -------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue