librustc: Remove all uses of the Copy bound.
This commit is contained in:
parent
99d44d24c7
commit
e20549ff19
94 changed files with 213 additions and 280 deletions
|
|
@ -16,11 +16,13 @@ use opt_vec;
|
|||
use parse::token;
|
||||
use visit;
|
||||
|
||||
use std::cast::unsafe_copy;
|
||||
use std::cast;
|
||||
use std::hashmap::HashMap;
|
||||
use std::int;
|
||||
use std::local_data;
|
||||
use std::num;
|
||||
use std::option;
|
||||
use std::local_data;
|
||||
|
||||
pub fn path_name_i(idents: &[ident]) -> ~str {
|
||||
// FIXME: Bad copies (#2543 -- same for everything else that says "bad")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue