librustc_mir: Add back use statement

Signed-off-by: Joe Richey <joerichey@google.com>
This commit is contained in:
Joe Richey 2020-05-25 13:40:01 -07:00
parent 6b20f58c0d
commit 55577b411c
No known key found for this signature in database
GPG key ID: 1DD6D05AA306C53F

View file

@ -2,6 +2,8 @@
//! looking at their MIR. Intrinsics/functions supported here are shared by CTFE
//! and miri.
use std::convert::TryFrom;
use rustc_hir::def_id::DefId;
use rustc_middle::mir::{
self,