librustc_mir: Add back use statement
Signed-off-by: Joe Richey <joerichey@google.com>
This commit is contained in:
parent
6b20f58c0d
commit
55577b411c
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue