Function rustc_middle::mir::pretty::write_allocation_newline
source · fn write_allocation_newline(
w: &mut dyn Write,
line_start: Size,
ascii: &str,
pos_width: usize,
prefix: &str
) -> Result<Size, Error>
Expand description
Prints the line start address and returns the new line start address.