Function rustc_span::normalize_src [−][src]
pub(crate) fn normalize_src(
src: &mut String,
start_pos: BytePos
) -> Vec<NormalizedPos>
Expand description
Normalizes the source code and records the normalizations.
pub(crate) fn normalize_src(
src: &mut String,
start_pos: BytePos
) -> Vec<NormalizedPos>
Normalizes the source code and records the normalizations.