Implement min_align_of and a hacky mul_with_overflow.

This commit is contained in:
Scott Olson
2016-03-19 11:01:33 -06:00
parent 6c6cea28bd
commit 20f152296a
2 changed files with 24 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
#![feature(btree_range, collections_bound, rustc_private)]
#![feature(btree_range, collections_bound, core_intrinsics, rustc_private)]
// From rustc.
extern crate arena;