|  | 
| 281 | 281 | #![feature(cfg_target_thread_local)] | 
| 282 | 282 | #![feature(cfi_encoding)] | 
| 283 | 283 | #![feature(char_max_len)] | 
| 284 |  | -#![feature(concat_idents)] | 
| 285 | 284 | #![feature(core_float_math)] | 
| 286 | 285 | #![feature(decl_macro)] | 
| 287 | 286 | #![feature(deprecated_suggestion)] | 
| @@ -717,10 +716,9 @@ pub use core::primitive; | 
| 717 | 716 | pub use core::todo; | 
| 718 | 717 | // Re-export built-in macros defined through core. | 
| 719 | 718 | #[stable(feature = "builtin_macro_prelude", since = "1.38.0")] | 
| 720 |  | -#[allow(deprecated)] | 
| 721 | 719 | pub use core::{ | 
| 722 |  | -    assert, assert_matches, cfg, column, compile_error, concat, concat_idents, const_format_args, | 
| 723 |  | -    env, file, format_args, format_args_nl, include, include_bytes, include_str, line, log_syntax, | 
|  | 720 | +    assert, assert_matches, cfg, column, compile_error, concat, const_format_args, env, file, | 
|  | 721 | +    format_args, format_args_nl, include, include_bytes, include_str, line, log_syntax, | 
| 724 | 722 |     module_path, option_env, stringify, trace_macros, | 
| 725 | 723 | }; | 
| 726 | 724 | // Re-export macros defined in core. | 
|  | 
0 commit comments