about summary refs log tree commit diff
path: root/compiler/rustc_metadata/src
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2025-02-24 12:25:17 +0300
committerklensy <klensy@users.noreply.github.com>2025-02-25 14:43:58 +0300
commit8467a7658133fdc274e18f36357768000a3a7519 (patch)
treedbeedb7be922d059d2faeef3072381ce28f01cc9 /compiler/rustc_metadata/src
parentcede9029fd97bef27565269f7f251ca5d3ac2c4a (diff)
downloadrust-8467a7658133fdc274e18f36357768000a3a7519.tar.gz
rust-8467a7658133fdc274e18f36357768000a3a7519.zip
remove unused field from VariantDef::new and convert debug to instrument
Diffstat (limited to 'compiler/rustc_metadata/src')
-rw-r--r--compiler/rustc_metadata/src/rmeta/decoder.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_metadata/src/rmeta/decoder.rs b/compiler/rustc_metadata/src/rmeta/decoder.rs
index e8dcda875e6..93594ff0f9a 100644
--- a/compiler/rustc_metadata/src/rmeta/decoder.rs
+++ b/compiler/rustc_metadata/src/rmeta/decoder.rs
@@ -1118,7 +1118,6 @@ impl<'a> CrateMetadataRef<'a> {
                         value: self.get_default_field(did.index),
                     })
                     .collect(),
-                adt_kind,
                 parent_did,
                 None,
                 data.is_non_exhaustive,