Skip to content

Commit 2bf10de

Browse files
committed
Remove unused impl_decodable_via_ref! entries.
1 parent 606dcc0 commit 2bf10de

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler/rustc_middle/src/ty/codec.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -510,12 +510,9 @@ impl_decodable_via_ref! {
510510
&'tcx ty::List<ty::PolyExistentialPredicate<'tcx>>,
511511
&'tcx traits::ImplSource<'tcx, ()>,
512512
&'tcx mir::Body<'tcx>,
513-
&'tcx mir::ConcreteOpaqueTypes<'tcx>,
514513
&'tcx ty::List<ty::BoundVariableKind>,
515514
&'tcx ty::List<ty::Pattern<'tcx>>,
516515
&'tcx ty::ListWithCachedTypeInfo<ty::Clause<'tcx>>,
517-
&'tcx ty::List<FieldIdx>,
518-
&'tcx ty::List<(VariantIdx, FieldIdx)>,
519516
}
520517

521518
#[macro_export]

0 commit comments

Comments
 (0)