diff options
| author | Ralf Jung <post@ralfj.de> | 2024-10-23 08:20:02 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-10-23 09:14:43 +0100 |
| commit | 44638853f545632c68d9a85f85df3418ae09f248 (patch) | |
| tree | 9e4d3a5a4e9a6ca285b3a8f078d1cb4e64c612b8 /compiler/rustc_query_system/src/ich/impls_syntax.rs | |
| parent | e82bca6f32bd74e018c8bd46fe33986eae514189 (diff) | |
| download | rust-44638853f545632c68d9a85f85df3418ae09f248.tar.gz rust-44638853f545632c68d9a85f85df3418ae09f248.zip | |
rename lang feature lists to include LANG
Diffstat (limited to 'compiler/rustc_query_system/src/ich/impls_syntax.rs')
| -rw-r--r-- | compiler/rustc_query_system/src/ich/impls_syntax.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_query_system/src/ich/impls_syntax.rs b/compiler/rustc_query_system/src/ich/impls_syntax.rs index 52dd336313a..29a28b10a06 100644 --- a/compiler/rustc_query_system/src/ich/impls_syntax.rs +++ b/compiler/rustc_query_system/src/ich/impls_syntax.rs @@ -116,7 +116,7 @@ impl<'tcx> HashStable<StableHashingContext<'tcx>> for rustc_feature::Features { self.enabled_lib_features().hash_stable(hcx, hasher); // FIXME: why do we hash something that is a compile-time constant? - for feature in rustc_feature::UNSTABLE_FEATURES.iter() { + for feature in rustc_feature::UNSTABLE_LANG_FEATURES.iter() { feature.name.hash_stable(hcx, hasher); } } |
