Include feature core to get access to wrapping_add.

This commit is contained in:
Felix S. Klock II 2015-03-31 21:53:12 +02:00
parent 41b3c86e9a
commit 1f5e45b769

View File

@ -10,6 +10,9 @@
// pretty-expanded FIXME #23616
// this is for the wrapping_add call below.
#![feature(core)]
/*!
* Tests the range assertion wraparound case in trans::middle::adt::load_discr.
*/