Sign in
fuchsia
/
third_party
/
rust
/
79e46694de009c8c826cafecb85f2bd3377b303a
/
.
/
tests
/
ui
/
parser
/
raw
/
raw-string.rs
blob: 84f07c4a941bc900a5e3db9f8ef1f11cd3bded58 [
file
]
fn
main
()
{
let
x
=
r
##
"lol"
#;
//~^ ERROR unterminated raw string
}