Skip to content

Commit 93973dc

Browse files
committed
Stabilize format_args_capture
Works as expected, and there are widespread reports of success with it, as well as interest in it.
1 parent aea95f9 commit 93973dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alloc/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
#![feature(fmt_internals)]
106106
#![feature(fn_traits)]
107107
#![feature(inherent_ascii_escape)]
108-
#![feature(format_args_capture)]
108+
#![cfg_attr(bootstrap, feature(format_args_capture))]
109109
#![feature(inplace_iteration)]
110110
#![feature(iter_advance_by)]
111111
#![feature(iter_zip)]

0 commit comments

Comments
 (0)