This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8cfd249198
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 08:04:40 -06:00
fn
main
(
)
{
More raw string tests
2020-03-29 10:34:15 -05:00
let
x
=
r
###
"
here's a long string
"
#
"
#
"
##
;
Add note for unterminated raw string error
2018-02-26 08:04:40 -06:00
//~^ ERROR unterminated raw string
}
Reference in New Issue
Copy Permalink