fast_rustc_ap_rustc_lexer::unescape

Function unescape_raw_byte_str

Source
pub fn unescape_raw_byte_str<F>(literal_text: &str, callback: &mut F)
Expand description

Takes a contents of a raw byte string literal (without quotes) and produces a sequence of bytes or errors. Values are returned through invoking of the provided callback. NOTE: Raw strings do not perform any explicit character escaping, here we only translate CRLF to LF and produce errors on bare CR.