1 2 3 4 5 6
fn find_errors(mut self) { let errors: Vec = vec![ #[debug_format = "A({})"] struct A {} ]; }