Skip to content

Commit fb0972d

Browse files
author
David Haig
committed
Fixed merge issue
1 parent ec41fda commit fb0972d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/mir/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
use crate::hir::def::{CtorKind, Namespace};
88
use crate::hir::def_id::DefId;
9-
use crate::hir::GeneratorKind;
9+
use crate::hir::{self, GeneratorKind};
1010
use crate::mir::interpret::{GlobalAlloc, PanicInfo, Scalar};
1111
use crate::mir::visit::MirVisitable;
1212
use crate::ty::adjustment::PointerCast;

0 commit comments

Comments
 (0)