Skip to content
New issue

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

Multiline strings #448

Closed
pcwalton opened this issue Jun 2, 2011 · 3 comments
Closed

Multiline strings #448

pcwalton opened this issue Jun 2, 2011 · 3 comments
Labels
A-frontend Area: Compiler frontend (errors, parsing and HIR) E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@pcwalton
Copy link
Contributor

pcwalton commented Jun 2, 2011

We should support multiline strings, possibly both by backslashing escapes and with Python-style triple-quoted strings.

@brson
Copy link
Contributor

brson commented Jun 2, 2011

Strings can already span multiple lines. rustc does this in driver::usage().

@pcwalton
Copy link
Contributor Author

pcwalton commented Jun 2, 2011

Well, what I mean is that we should be able to make new lines by putting \ at the end of the line and having it eat the newline (and possibly all the whitespace following it).

@pcwalton
Copy link
Contributor Author

pcwalton commented Jun 8, 2011

Fixed by jdm in a078844!

@pcwalton pcwalton closed this as completed Jun 8, 2011
keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this issue Dec 12, 2017
Add ENOTSUP constant to more platforms.
dlrobertson pushed a commit to dlrobertson/rust that referenced this issue Nov 29, 2018
Aaron1011 pushed a commit to Aaron1011/rust that referenced this issue Oct 26, 2020
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this issue Nov 8, 2021
ARMv6K Horizon OS panic change

After a small change to `backtrace-rs` ([rust-lang#448](rust-lang/backtrace-rs#448)), `PanicStrategy::Unwind` is now fully supported.
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this issue Nov 8, 2021
ARMv6K Horizon OS panic change

After a small change to `backtrace-rs` ([rust-lang#448](rust-lang/backtrace-rs#448)), `PanicStrategy::Unwind` is now fully supported.
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this issue Nov 8, 2021
ARMv6K Horizon OS panic change

After a small change to `backtrace-rs` ([rust-lang#448](rust-lang/backtrace-rs#448)), `PanicStrategy::Unwind` is now fully supported.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-frontend Area: Compiler frontend (errors, parsing and HIR) E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

2 participants