Switch to 1.26 bootstrap compiler
This commit is contained in:
parent
e3150564f8
commit
9e3432447a
38 changed files with 657 additions and 1735 deletions
|
@ -73,9 +73,6 @@ use core::intrinsics::{arith_offset, assume};
|
|||
use core::iter::{FromIterator, FusedIterator, TrustedLen};
|
||||
use core::marker::PhantomData;
|
||||
use core::mem;
|
||||
#[cfg(not(test))]
|
||||
#[cfg(stage0)]
|
||||
use core::num::Float;
|
||||
use core::ops::Bound::{Excluded, Included, Unbounded};
|
||||
use core::ops::{Index, IndexMut, RangeBounds};
|
||||
use core::ops;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue