Function rustc_span::normalize_src
source · pub(crate) fn normalize_src(
src: &mut String,
start_pos: BytePos
) -> Vec<NormalizedPos>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
Expand description
Normalizes the source code and records the normalizations.