File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1012,7 +1012,6 @@ pub(crate) mod builtin {
1012
1012
///
1013
1013
/// This macro will be removed once `format_args` is allowed in const contexts.
1014
1014
#[ unstable( feature = "const_format_args" , issue = "none" ) ]
1015
- #[ rustc_diagnostic_item = "format_args_nl_macro" ]
1016
1015
#[ allow_internal_unstable( fmt_internals, const_fmt_arguments_new) ]
1017
1016
#[ rustc_builtin_macro]
1018
1017
#[ macro_export]
@@ -1028,6 +1027,7 @@ pub(crate) mod builtin {
1028
1027
reason = "`format_args_nl` is only for internal \
1029
1028
language use and is subject to change"
1030
1029
) ]
1030
+ #[ rustc_diagnostic_item = "format_args_nl_macro" ]
1031
1031
#[ allow_internal_unstable( fmt_internals) ]
1032
1032
#[ rustc_builtin_macro]
1033
1033
#[ macro_export]
You can’t perform that action at this time.
0 commit comments