index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
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
}