Function rustc_lexer::validate_raw_str
source · pub fn validate_raw_str(input: &str, prefix_len: u32) -> Result<(), RawStrError>
Expand description
Validates a raw string literal. Used for getting more information about a
problem with a RawStr
/RawByteStr
with a None
field.