We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c2cdc commit d1bdcbcCopy full SHA for d1bdcbc
src/librustc/hir/lowering.rs
@@ -70,10 +70,10 @@ const HIR_ID_COUNTER_LOCKED: u32 = 0xFFFFFFFF;
70
71
pub struct LoweringContext<'a> {
72
crate_root: Option<&'static str>,
73
-
+
74
// Use to assign ids to hir nodes that do not directly correspond to an ast node
75
sess: &'a Session,
76
77
// As we walk the AST we must keep track of the current 'parent' def id (in
78
// the form of a DefIndex) so that if we create a new node which introduces
79
// a definition, then we can properly create the def id.
0 commit comments