Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
fmt
/
issue-86085.rs
blob: 63d42b76969cd73ec5ee4ef81b8e1aef8331202d [
file
] [
log
] [
blame
] [
edit
]
// Tests for an ICE with the fuzzed input below.
fn
main
(
)
{
format
!
(
concat
!
(
r
#
"lJ�.�"
#
,
"r} {}"
)
)
;
//~^ ERROR: invalid format string: unmatched `}` found
}