about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty
diff options
context:
space:
mode:
authorbohan <bohan-zhang@foxmail.com>2025-04-12 23:56:48 +0800
committerbohan <bohan-zhang@foxmail.com>2025-04-12 23:56:48 +0800
commit8ae6485dad1dc44943bee1a99cffc19a32f1961e (patch)
tree104373ed0077d4daf5c453a685f25f3bcceba639 /compiler/rustc_middle/src/ty
parent1bc56185ee257ed829a0aea7abdc3b03c5fed887 (diff)
downloadrust-8ae6485dad1dc44943bee1a99cffc19a32f1961e.tar.gz
rust-8ae6485dad1dc44943bee1a99cffc19a32f1961e.zip
don't store opaque info during encoding
Diffstat (limited to 'compiler/rustc_middle/src/ty')
-rw-r--r--compiler/rustc_middle/src/ty/parameterized.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/ty/parameterized.rs b/compiler/rustc_middle/src/ty/parameterized.rs
index b56e0862692..ecd6132b3ef 100644
--- a/compiler/rustc_middle/src/ty/parameterized.rs
+++ b/compiler/rustc_middle/src/ty/parameterized.rs
@@ -113,7 +113,7 @@ trivially_parameterized_over_tcx! {
     rustc_span::Span,
     rustc_span::Symbol,
     rustc_span::def_id::DefPathHash,
-    rustc_span::hygiene::SyntaxContextDataNonRecursive,
+    rustc_span::hygiene::SyntaxContextKey,
     rustc_span::Ident,
     rustc_type_ir::Variance,
     rustc_hir::Attribute,