]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/ich/impls_hir.rs
Auto merge of #53815 - F001:if-let-guard, r=petrochenkov
[rust.git] / src / librustc / ich / impls_hir.rs
index 2ac195dca82c42278dc7b40a31e3de8196a9dbbe..3f1899bc54fb4c2e1e34b1c548cb51fcc3726e6b 100644 (file)
@@ -493,6 +493,10 @@ fn hash_stable<W: StableHasherResult>(&self,
     body
 });
 
+impl_stable_hash_for!(enum hir::Guard {
+    If(expr),
+});
+
 impl_stable_hash_for!(struct hir::Field {
     id -> _,
     ident,