Skip to content

Commit ae233cf

Browse files
authored
Update compiler/rustc_ast_lowering/src/lib.rs
1 parent 2abf9c0 commit ae233cf

File tree

1 file changed

+3
-3
lines changed
  • compiler/rustc_ast_lowering/src

1 file changed

+3
-3
lines changed

compiler/rustc_ast_lowering/src/lib.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -2504,9 +2504,9 @@ impl<'hir> GenericArgsCtor<'hir> {
25042504
span,
25052505
res,
25062506
segments: arena_vec![lcx; hir::PathSegment::new(Ident {
2507-
name: sym::host,
2508-
span,
2509-
}, hir_id, res)],
2507+
name: sym::host,
2508+
span,
2509+
}, hir_id, res)],
25102510
}),
25112511
))
25122512
}

0 commit comments

Comments
 (0)