implement overflowing ops

This commit is contained in:
Oliver Schneider
2016-06-17 13:09:20 +02:00
parent 8db0bc0ce9
commit 58b4fac1ce
5 changed files with 118 additions and 23 deletions

View File

@@ -14,6 +14,7 @@
extern crate rustc_data_structures;
extern crate rustc_mir;
extern crate rustc_trans;
extern crate rustc_const_math;
extern crate syntax;
#[macro_use] extern crate log;
extern crate log_settings;