diff options
| author | bohan <bohan-zhang@foxmail.com> | 2025-04-12 23:56:48 +0800 |
|---|---|---|
| committer | bohan <bohan-zhang@foxmail.com> | 2025-04-12 23:56:48 +0800 |
| commit | 8ae6485dad1dc44943bee1a99cffc19a32f1961e (patch) | |
| tree | 104373ed0077d4daf5c453a685f25f3bcceba639 /compiler/rustc_middle/src/ty | |
| parent | 1bc56185ee257ed829a0aea7abdc3b03c5fed887 (diff) | |
| download | rust-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.rs | 2 |
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, |
