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.
impl_decodable_via_ref!
1 parent 606dcc0 commit 2bf10deCopy full SHA for 2bf10de
compiler/rustc_middle/src/ty/codec.rs
@@ -510,12 +510,9 @@ impl_decodable_via_ref! {
510
&'tcx ty::List<ty::PolyExistentialPredicate<'tcx>>,
511
&'tcx traits::ImplSource<'tcx, ()>,
512
&'tcx mir::Body<'tcx>,
513
- &'tcx mir::ConcreteOpaqueTypes<'tcx>,
514
&'tcx ty::List<ty::BoundVariableKind>,
515
&'tcx ty::List<ty::Pattern<'tcx>>,
516
&'tcx ty::ListWithCachedTypeInfo<ty::Clause<'tcx>>,
517
- &'tcx ty::List<FieldIdx>,
518
- &'tcx ty::List<(VariantIdx, FieldIdx)>,
519
}
520
521
#[macro_export]
0 commit comments