This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
a439eb259d
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 15:04:40 +01:00
fn
main
(
)
{
More raw string tests
2020-03-29 11:34:15 -04:00
let
x
=
r
###
"
here's a long string
"
#
"
#
"
##
;
Add note for unterminated raw string error
2018-02-26 15:04:40 +01:00
//~^ ERROR unterminated raw string
}
Copy permalink