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