We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec41fda commit fb0972dCopy full SHA for fb0972d
src/librustc/mir/mod.rs
@@ -6,7 +6,7 @@
6
7
use crate::hir::def::{CtorKind, Namespace};
8
use crate::hir::def_id::DefId;
9
-use crate::hir::GeneratorKind;
+use crate::hir::{self, GeneratorKind};
10
use crate::mir::interpret::{GlobalAlloc, PanicInfo, Scalar};
11
use crate::mir::visit::MirVisitable;
12
use crate::ty::adjustment::PointerCast;
0 commit comments