Sign in
◑
Theme
rust
/
rust
/
4e2182cc0dff2baf71b26314e8b161d9b3c0870d
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue_5735.rs
blob: 7708d028bf50e97daa3c1986696d995de23d6690 [
file
]
fn
find_errors
(
mut
self
)
{
let
errors
:
Vec
<>
=
vec
!{
#[
debug_format
=
"A({})"
]
struct
A
{}
};
}