We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
let x_with_a_newline_and_lots_of_whitespace = "blah blah"; let x_without_a_newline_or_whitespace = "blah \ blah";
The text was updated successfully, but these errors were encountered:
Add multi-line string literals to TRPL
586eb3d
Fixes rust-lang#29591
Rollup merge of rust-lang#29617 - steveklabnik:gh29591, r=alexcrichton
50e8707
steveklabnik
No branches or pull requests
The text was updated successfully, but these errors were encountered: