提交 f5d868c9 编写于 作者: B bors[bot]

Merge #3431

3431: rustup https://github.com/rust-lang/rust/pull/55852/ r=flip1995 a=matthiaskrgr
Co-authored-by: NMatthias Krüger <matthias.krueger@famsik.de>
......@@ -241,7 +241,7 @@ fn check_generics(&mut self, cx: &EarlyContext<'_>, gen: &Generics) {
}
}
fn check_pat(&mut self, cx: &EarlyContext<'_>, pat: &Pat) {
fn check_pat(&mut self, cx: &EarlyContext<'_>, pat: &Pat, _: &mut bool) {
if let PatKind::Struct(ref npat, ref pfields, _) = pat.node {
let mut wilds = 0;
let type_name = npat.segments
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册