Skip to content

Commit 2cff2d3

Browse files
committed
Rustup to rustc 1.32.0-nightly (4a45578 2018-12-07)
1 parent 108baa6 commit 2cff2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main_shim.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub fn maybe_create_entry_wrapper<'a, 'tcx: 'a>(
1111

1212
let (main_def_id, use_start_lang_item) = match *tcx.sess.entry_fn.borrow() {
1313
Some((id, _, entry_ty)) => (
14-
tcx.hir.local_def_id(id),
14+
tcx.hir().local_def_id(id),
1515
match entry_ty {
1616
EntryFnType::Main => true,
1717
EntryFnType::Start => false,

0 commit comments

Comments
 (0)