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 59b5dae commit 397a027Copy full SHA for 397a027
src/librustc/hir/lowering.rs
@@ -1158,7 +1158,7 @@ impl<'a> LoweringContext<'a> {
1158
&mut self,
1159
capture_clause: CaptureBy,
1160
closure_node_id: NodeId,
1161
- ret_ty: Option<syntax::ptr::P<Ty>>,
+ ret_ty: Option<AstP<Ty>>,
1162
span: Span,
1163
body: impl FnOnce(&mut LoweringContext<'_>) -> hir::Expr,
1164
) -> hir::ExprKind {
0 commit comments