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 1c64364 commit ed9f7dfCopy full SHA for ed9f7df
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 037a166ea749f9ab03aafb27b8e20cad0218b4b6
+refs/heads/master: 2a9bf0959b8929736a6c42b3096eed1c4d431aa6
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
trunk/src/test/run-pass/resolve-issue-2428.rs
@@ -0,0 +1,5 @@
+// xfail-test
+
+const foo: int = 4 >> 1;
+enum bs { thing = foo }
+fn main() { assert(thing as int == foo); }
0 commit comments