File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -555,13 +555,14 @@ impl Renderer {
555555 buffer. prepend ( buffer_msg_line_offset, " " , ElementStyle :: NoStyle ) ;
556556 }
557557
558+ self . draw_note_separator (
559+ buffer,
560+ buffer_msg_line_offset,
561+ max_line_num_len + 1 ,
562+ is_cont,
563+ ) ;
564+
558565 if title. level . name != Some ( None ) {
559- self . draw_note_separator (
560- buffer,
561- buffer_msg_line_offset,
562- max_line_num_len + 1 ,
563- is_cont,
564- ) ;
565566 buffer. append (
566567 buffer_msg_line_offset,
567568 title. level . as_str ( ) ,
Original file line number Diff line number Diff line change @@ -2534,7 +2534,7 @@ LL | let s: &str = include_bytes!("file.txt"); //~ ERROR mismatched types
25342534 | ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `&str`, found `&[u8; 0]`
25352535 | |
25362536 | expected due to this
2537- expected reference `&str`
2537+ = expected reference `&str`
25382538 found reference `&'static [u8; 0]`
25392539"# ] ] ;
25402540 let renderer = Renderer :: plain ( ) . anonymized_line_numbers ( true ) ;
You can’t perform that action at this time.
0 commit comments