|
247 | 247 | #![feature(const_fn_floating_point_arithmetic)]
|
248 | 248 | #![feature(const_fn_fn_ptr_basics)]
|
249 | 249 | #![cfg_attr(bootstrap, feature(const_fn_transmute))]
|
| 250 | +#![feature(const_format_args)] |
250 | 251 | #![feature(const_io_structs)]
|
251 | 252 | #![feature(const_ip)]
|
252 | 253 | #![feature(const_ipv4)]
|
@@ -556,9 +557,9 @@ pub use core::{
|
556 | 557 | #[stable(feature = "builtin_macro_prelude", since = "1.38.0")]
|
557 | 558 | #[allow(deprecated)]
|
558 | 559 | pub use core::{
|
559 |
| - assert, assert_matches, cfg, column, compile_error, concat, concat_idents, env, file, |
560 |
| - format_args, format_args_nl, include, include_bytes, include_str, line, llvm_asm, log_syntax, |
561 |
| - module_path, option_env, stringify, trace_macros, |
| 560 | + assert, assert_matches, cfg, column, compile_error, concat, concat_idents, const_format_args, |
| 561 | + env, file, format_args, format_args_nl, include, include_bytes, include_str, line, llvm_asm, |
| 562 | + log_syntax, module_path, option_env, stringify, trace_macros, |
562 | 563 | };
|
563 | 564 |
|
564 | 565 | #[stable(feature = "core_primitive", since = "1.43.0")]
|
|
0 commit comments