Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
tests
/
ui
/
fmt
/
format-raw-string-error.rs
blob: 9f0bc01a749cf52c88b7671fcf8233d77c15fb3f [
file
] [
log
] [
blame
]
fn
main
()
{
println
!(
r
#
"\'\'\'\'\'\'\'\'\'\'\'\'\'\'}"
#);
//~ ERROR invalid format string: unmatched `}` found
}