We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
\
fn main() { println!("Hello\ World."); }
If I save the source to a file with CR-LF line mode (lines end with \r\n), will got the compile error:
rustc hello.rs hello.rs:2:21: 2:22 error: unknown string escape: \r hello.rs:2 println!("Hello\ ^