We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c24dd commit 33d0ce9Copy full SHA for 33d0ce9
compiler/rustc_middle/src/ty/mod.rs
@@ -455,6 +455,7 @@ const BOOL_TYS: TyS<'static> = TyS {
455
};
456
457
impl<'a, 'tcx> HashStable<StableHashingContext<'a>> for TyS<'tcx> {
458
+ #[inline]
459
fn hash_stable(&self, hcx: &mut StableHashingContext<'a>, hasher: &mut StableHasher) {
460
let TyS {
461
kind,
0 commit comments