Function syntax::parse::raw_str_lit
[−]
[src]
pub fn raw_str_lit(lit: &str) -> String
Unstable (
rustc_private
)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.