about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-07-29 14:32:01 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2025-07-31 11:48:53 +1000
commit2bf10de494a4ee9cbd5176e00cca8830d778669a (patch)
tree30195448167c310a04f02e197301b00b1b0bc86b /compiler/rustc_middle/src
parent606dcc0d2e54d260f67d8a91f8adaf797a4ed38a (diff)
downloadrust-2bf10de494a4ee9cbd5176e00cca8830d778669a.tar.gz
rust-2bf10de494a4ee9cbd5176e00cca8830d778669a.zip
Remove unused `impl_decodable_via_ref!` entries.
Diffstat (limited to 'compiler/rustc_middle/src')
-rw-r--r--compiler/rustc_middle/src/ty/codec.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_middle/src/ty/codec.rs b/compiler/rustc_middle/src/ty/codec.rs
index 335b889b14d..95759d1f31a 100644
--- a/compiler/rustc_middle/src/ty/codec.rs
+++ b/compiler/rustc_middle/src/ty/codec.rs
@@ -510,12 +510,9 @@ impl_decodable_via_ref! {
     &'tcx ty::List<ty::PolyExistentialPredicate<'tcx>>,
     &'tcx traits::ImplSource<'tcx, ()>,
     &'tcx mir::Body<'tcx>,
-    &'tcx mir::ConcreteOpaqueTypes<'tcx>,
     &'tcx ty::List<ty::BoundVariableKind>,
     &'tcx ty::List<ty::Pattern<'tcx>>,
     &'tcx ty::ListWithCachedTypeInfo<ty::Clause<'tcx>>,
-    &'tcx ty::List<FieldIdx>,
-    &'tcx ty::List<(VariantIdx, FieldIdx)>,
 }
 
 #[macro_export]