index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
parser
/
raw
/
raw-string-2.rs
blob: 067332d2819bdcfae675a6a843a9b0a8682e9a1b (
plain
)
1
2
3
4
fn
main
()
{
let
x
=
r
###
"here's a long string"
#
"# "
##
;
//~^ ERROR unterminated raw string
}