Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue_5735.rs
blob: 2d1376303f5596a6eefd7b639dbf9c5b41a61fec [
file
]
fn
find_errors
(
mut
self
)
{
let
errors
:
Vec
=
vec
![
#[
debug_format
=
"A({})"
]
struct
A
{}
];
}