diff options
| author | bors <bors@rust-lang.org> | 2025-04-14 10:21:14 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-04-14 10:21:14 +0000 |
| commit | c580c498a1fe144d7c5b2dfc7faab1a229aa288b (patch) | |
| tree | dc16c90df741c113c43f2d7df5a9a5726d115d81 /compiler/rustc_middle/src/ty | |
| parent | 5961e5ba3daa20d98f549eb9029105ae50c13aed (diff) | |
| parent | 8ae6485dad1dc44943bee1a99cffc19a32f1961e (diff) | |
| download | rust-c580c498a1fe144d7c5b2dfc7faab1a229aa288b.tar.gz rust-c580c498a1fe144d7c5b2dfc7faab1a229aa288b.zip | |
Auto merge of #139241 - bvanjoi:less-decoding, r=petrochenkov
don't store opaque info during encoding Now `remapped_ctxts` reserved and let's check the performance. r? `@petrochenkov`
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, |
