We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff2a90 commit ff654b8Copy full SHA for ff654b8
src/librustc_mir/const_eval.rs
@@ -13,7 +13,6 @@ use rustc::mir::interpret::{ConstEvalErr, ErrorHandled, ScalarMaybeUndef};
13
use rustc::mir;
14
use rustc::ty::{self, Ty, TyCtxt, subst::Subst};
15
use rustc::ty::layout::{self, LayoutOf, VariantIdx};
16
-use rustc::ty::subst::Subst;
17
use rustc::traits::Reveal;
18
use rustc_data_structures::fx::FxHashMap;
19
use crate::interpret::eval_nullary_intrinsic;
0 commit comments