librustc: Remove all uses of the Copy bound.

This commit is contained in:
Patrick Walton
2013-07-10 14:43:25 -07:00
parent 99d44d24c7
commit e20549ff19
94 changed files with 213 additions and 280 deletions

View File

@@ -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")