only use #[no_core] in libcore
This commit is contained in:
parent
dd5b1de181
commit
f792baba42
211 changed files with 6 additions and 810 deletions
|
@ -20,11 +20,6 @@ use ext::quote::rt::*;
|
|||
use opt_vec;
|
||||
use opt_vec::OptVec;
|
||||
|
||||
use core::prelude::*;
|
||||
use core::str;
|
||||
use core::to_str::ToStr;
|
||||
use core::vec;
|
||||
|
||||
pub trait gen_send {
|
||||
fn gen_send(&mut self, cx: @ext_ctxt, try: bool) -> @ast::item;
|
||||
fn to_ty(&mut self, cx: @ext_ctxt) -> @ast::Ty;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue