1
Fork 0

Switch to 1.26 bootstrap compiler

This commit is contained in:
Mark Simulacrum 2018-05-10 12:02:19 -06:00
parent e3150564f8
commit 9e3432447a
38 changed files with 657 additions and 1735 deletions

View file

@ -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;