File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1017,6 +1017,7 @@ pub(crate) mod builtin {
1017
1017
) ]
1018
1018
#[ allow_internal_unstable( fmt_internals) ]
1019
1019
#[ rustc_builtin_macro]
1020
+ #[ doc( hidden) ]
1020
1021
#[ macro_export]
1021
1022
macro_rules! format_args_nl {
1022
1023
( $fmt: expr) => { { /* compiler built-in */ } } ;
Original file line number Diff line number Diff line change @@ -578,7 +578,7 @@ pub(super) fn write_code(
578
578
}
579
579
580
580
fn write_footer ( out : & mut String , playground_button : Option < & str > ) {
581
- write_str ( out, format_args_nl ! ( "</code></pre>{}</div>" , playground_button. unwrap_or_default( ) ) ) ;
581
+ write_str ( out, format_args ! ( "</code></pre>{}</div>\n " , playground_button. unwrap_or_default( ) ) ) ;
582
582
}
583
583
584
584
/// How a span of text is classified. Mostly corresponds to token kinds.
Original file line number Diff line number Diff line change 10
10
#![ feature( box_patterns) ]
11
11
#![ feature( debug_closure_helpers) ]
12
12
#![ feature( file_buffered) ]
13
- #![ feature( format_args_nl) ]
14
13
#![ feature( if_let_guard) ]
15
14
#![ feature( iter_advance_by) ]
16
15
#![ feature( iter_intersperse) ]
You can’t perform that action at this time.
0 commit comments