Remove SliceConcatExt import
This commit is contained in:
parent
67fd5a4409
commit
3ea62d3527
2 changed files with 2 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ use rustc::ty::layout::{self, LayoutOf, Size};
|
|||
use rustc::ty;
|
||||
|
||||
use crate::{
|
||||
PlaceTy, OpTy, ImmTy, Immediate, Scalar, ScalarMaybeUndef, Tag,
|
||||
PlaceTy, OpTy, ImmTy, Immediate, Scalar, Tag,
|
||||
OperatorEvalContextExt
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
#![feature(slice_concat_ext, custom_test_frameworks)]
|
||||
#![feature(custom_test_frameworks)]
|
||||
// Custom test runner, to avoid libtest being wrapped around compiletest which wraps libtest.
|
||||
#![test_runner(test_runner)]
|
||||
|
||||
use std::slice::SliceConcatExt;
|
||||
use std::path::PathBuf;
|
||||
use std::env;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue