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
2024-11-26 08:44:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
588a420350
rust
/
tests
/
ui
/
parser
/
raw
/
raw-string-2.rs
5 lines
101 B
Rust
Raw
Normal View
History
Unescape
Escape
Add note for unterminated raw string error
2018-02-26 14:04:40 +00:00
fn
main
(
)
{
More raw string tests
2020-03-29 15:34:15 +00:00
let
x
=
r
###
"
here's a long string
"
#
"
#
"
##
;
Add note for unterminated raw string error
2018-02-26 14:04:40 +00:00
//~^ ERROR unterminated raw string
}
Reference in New Issue
Copy Permalink