Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
fmt
/
issue-104142.rs
blob: 8d7283a7197807ceb4496dece340d7fa6e60715b [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
println
!(
r
#
"
\"\'
}、
"#
//~ ERROR invalid format string: unmatched `}` found
);
}