We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29ce55 commit 54c12b5Copy full SHA for 54c12b5
compiler/rustc_public/src/unstable/convert/stable/ty.rs
@@ -485,6 +485,7 @@ impl<'tcx> Stable<'tcx> for ty::Pattern<'tcx> {
485
end: Some(end.stable(tables, cx)),
486
include_end: true,
487
},
488
+ ty::PatternKind::NotNull => todo!(),
489
ty::PatternKind::Or(_) => todo!(),
490
}
491
0 commit comments