This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-28 19:17:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
rust
/
tests
/
ui
/
parser
/
unbalanced-doublequote.rs
5 lines
65 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
compiletest: Support matching diagnostics on lines below
2025-03-29 09:52:10 +00:00
//~vv ERROR unterminated double quote string
Patch to error instead of crashing when parsing unmatched double quotes Patch to error and fail instead of using all available memory then crashing to detect the error condition of an unmatched double quote before the end of a file. I couldn't get it to show nice error messages, so this may not be the ideal fix. A test case for this situation has also been added.
2011-09-27 18:15:24 +00:00
fn
main
(
)
{
"
}
Reference in New Issue
Copy Permalink