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

@ -30,7 +30,7 @@
#![feature(bool_to_option)]
#![feature(box_patterns)]
#![feature(crate_visibility_modifier)]
#![feature(format_args_capture)]
#![cfg_attr(bootstrap, feature(format_args_capture))]
#![feature(iter_order_by)]
#![feature(iter_zip)]
#![feature(never_type)]