We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2306033 commit 371b891Copy full SHA for 371b891
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 41b3c86e9a77dcddab417076b607c7b096ac5cfc
+refs/heads/master: 1f5e45b76961d54e3b825c3c6af6b6e02504d2be
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: b3317d68910900f135f9f38e43a7a699bc736b4a
5
refs/heads/try: 961e0358e1a5c0faaef606e31e9965742c1643bf
trunk/src/test/run-pass/small-enum-range-edge.rs
@@ -10,6 +10,9 @@
10
11
// pretty-expanded FIXME #23616
12
13
+// this is for the wrapping_add call below.
14
+#![feature(core)]
15
+
16
/*!
17
* Tests the range assertion wraparound case in trans::middle::adt::load_discr.
18
*/
0 commit comments