rollup merge of #20607: nrc/kinds
Conflicts: src/libcore/array.rs src/libcore/cell.rs src/libcore/prelude.rs src/libstd/path/posix.rs src/libstd/prelude/v1.rs src/test/compile-fail/dst-sized-trait-param.rs
This commit is contained in:
commit
771fe9026a
156 changed files with 580 additions and 554 deletions
|
|
@ -232,7 +232,7 @@ use error::{FromError, Error};
|
|||
use fmt;
|
||||
use int;
|
||||
use iter::{Iterator, IteratorExt};
|
||||
use kinds::Sized;
|
||||
use marker::Sized;
|
||||
use mem::transmute;
|
||||
use ops::{FnOnce, Index};
|
||||
use option::Option;
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ use failure::LOCAL_STDERR;
|
|||
use fmt;
|
||||
use io::{Reader, Writer, IoResult, IoError, OtherIoError, Buffer,
|
||||
standard_error, EndOfFile, LineBufferedWriter, BufferedReader};
|
||||
use kinds::{Sync, Send};
|
||||
use marker::{Sync, Send};
|
||||
use libc;
|
||||
use mem;
|
||||
use option::Option;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue