Skip to content

Commit 8c97ffa

Browse files
committed
Fix merge conflict
1 parent 303a264 commit 8c97ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/hir/map/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ impl<'hir> MapEntry<'hir> {
153153
EntryLocal(_, _, n) => NodeLocal(n),
154154

155155
NotPresent |
156-
RootCrate => return None
156+
RootCrate(_) => return None
157157
})
158158
}
159159

0 commit comments

Comments
 (0)