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.rs
blob: 84f07c4a941bc900a5e3db9f8ef1f11cd3bded58 (
plain
)
1
2
3
4
fn
main
()
{
let
x
=
r
##
"lol"
#
;
//~^ ERROR unterminated raw string
}