fix tests and formatting
This commit is contained in:
parent
8bce9af78c
commit
6781907444
11 changed files with 19 additions and 43 deletions
|
@ -6,10 +6,10 @@ use crate::interpret::{
|
|||
ScalarMaybeUninit, StackPopCleanup,
|
||||
};
|
||||
|
||||
use rustc_errors::ErrorReported;
|
||||
use rustc_hir::def::DefKind;
|
||||
use rustc_middle::mir;
|
||||
use rustc_middle::mir::interpret::ErrorHandled;
|
||||
use rustc_errors::ErrorReported;
|
||||
use rustc_middle::traits::Reveal;
|
||||
use rustc_middle::ty::print::with_no_trimmed_paths;
|
||||
use rustc_middle::ty::{self, subst::Subst, TyCtxt};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue