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