Skip to content

Commit d1bdcbc

Browse files
authored
Update lowering.rs
1 parent a9c2cdc commit d1bdcbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc/hir/lowering.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ const HIR_ID_COUNTER_LOCKED: u32 = 0xFFFFFFFF;
7070

7171
pub struct LoweringContext<'a> {
7272
crate_root: Option<&'static str>,
73-
73+
7474
// Use to assign ids to hir nodes that do not directly correspond to an ast node
7575
sess: &'a Session,
76-
76+
7777
// As we walk the AST we must keep track of the current 'parent' def id (in
7878
// the form of a DefIndex) so that if we create a new node which introduces
7979
// a definition, then we can properly create the def id.

0 commit comments

Comments
 (0)