Make vecs implicitly copyable for all of our projects.

This commit is contained in:
Michael Sullivan
2012-06-04 18:34:24 -07:00
parent 01a6c713c3
commit 6396e2c3c3
10 changed files with 17 additions and 2 deletions

View File

@@ -31,6 +31,8 @@ This behavior can be disabled with the `#[no_core]` crate attribute.
// Don't link to core. We are core.
#[no_core];
#[warn(no_vecs_not_implicitly_copyable)];
export int, i8, i16, i32, i64;
export uint, u8, u16, u32, u64;
export float, f32, f64;