Function syntex_syntax::parse::raw_str_lit
[−]
[src]
pub fn raw_str_lit(lit: &str) -> String
Parse a string representing a raw string literal into its final form. The only operation this does is convert embedded CRLF into a single LF.