Include feature core
to get access to wrapping_add
.
This commit is contained in:
parent
41b3c86e9a
commit
1f5e45b769
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue