1
Fork 0

Stabilize format_args_capture

Works as expected, and there are widespread reports of success with it,
as well as interest in it.
This commit is contained in:
Josh Triplett 2021-11-01 16:18:36 +01:00
parent 89c3d84b75
commit 8c9bfaa5f3
18 changed files with 20 additions and 118 deletions

View file

@ -1,7 +1,7 @@
#![feature(crate_visibility_modifier)]
#![feature(decl_macro)]
#![feature(destructuring_assignment)]
#![feature(format_args_capture)]
#![cfg_attr(bootstrap, feature(format_args_capture))]
#![feature(if_let_guard)]
#![feature(iter_zip)]
#![feature(let_else)]