Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue_5735.rs
blob: 7708d028bf50e97daa3c1986696d995de23d6690 [
file
] [
log
] [
blame
] [
edit
]
fn
find_errors
(
mut
self
)
{
let
errors
:
Vec
<>
=
vec
!{
#[
debug_format
=
"A({})"
]
struct
A
{}
};
}