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 {
555
555
buffer. prepend ( buffer_msg_line_offset, " " , ElementStyle :: NoStyle ) ;
556
556
}
557
557
558
+ self . draw_note_separator (
559
+ buffer,
560
+ buffer_msg_line_offset,
561
+ max_line_num_len + 1 ,
562
+ is_cont,
563
+ ) ;
564
+
558
565
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
- ) ;
565
566
buffer. append (
566
567
buffer_msg_line_offset,
567
568
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
2534
2534
| ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `&str`, found `&[u8; 0]`
2535
2535
| |
2536
2536
| expected due to this
2537
- expected reference `&str`
2537
+ = expected reference `&str`
2538
2538
found reference `&'static [u8; 0]`
2539
2539
"# ] ] ;
2540
2540
let renderer = Renderer :: plain ( ) . anonymized_line_numbers ( true ) ;
You can’t perform that action at this time.
0 commit comments