Delay a bug and mark precise_capturing as not incomplete
This commit is contained in:
parent
579bc3c0e8
commit
227374714f
36 changed files with 53 additions and 230 deletions
|
@ -568,7 +568,7 @@ declare_features! (
|
|||
/// Allows postfix match `expr.match { ... }`
|
||||
(unstable, postfix_match, "1.79.0", Some(121618)),
|
||||
/// Allows `use<'a, 'b, A, B>` in `impl Trait + use<...>` for precise capture of generic args.
|
||||
(incomplete, precise_capturing, "1.79.0", Some(123432)),
|
||||
(unstable, precise_capturing, "1.79.0", Some(123432)),
|
||||
/// Allows macro attributes on expressions, statements and non-inline modules.
|
||||
(unstable, proc_macro_hygiene, "1.30.0", Some(54727)),
|
||||
/// Allows `&raw const $place_expr` and `&raw mut $place_expr` expressions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue