]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/hir/lowering/expr.rs
Syntax for hir::Ty.
[rust.git] / src / librustc / hir / lowering / expr.rs
index 8a9614c6cb2c00e9fdb254fccc4ad51389ab4471..a5871e02dd0b9a12c26e36f8545b6a411cc8f621 100644 (file)
@@ -1338,7 +1338,7 @@ fn expr_std_path(
         &mut self,
         span: Span,
         components: &[Symbol],
-        params: Option<P<hir::GenericArgs>>,
+        params: Option<P<hir::GenericArgs<'hir>>>,
         attrs: AttrVec,
     ) -> hir::Expr<'hir> {
         let path = self.std_path(span, components, params, true);