]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_hir/src/hir.rs
Rollup merge of #81682 - JulianKnodt:bit_set_iter_benchmarks, r=oli-obk
[rust.git] / compiler / rustc_hir / src / hir.rs
index 6487b23a6a60af7312e7894e6022545c2cecd51c..67a15418ea4957af0a5e5f604cb65cc6c73999a6 100644 (file)
@@ -2015,6 +2015,7 @@ pub struct TypeBinding<'hir> {
     pub hir_id: HirId,
     #[stable_hasher(project(name))]
     pub ident: Ident,
+    pub gen_args: &'hir GenericArgs<'hir>,
     pub kind: TypeBindingKind<'hir>,
     pub span: Span,
 }