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 9efc0d0 commit 59c14e2Copy full SHA for 59c14e2
[refs]
@@ -2,5 +2,5 @@
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
-refs/heads/try: 67cc89f38d2e75cb0dcd6303fbe4bb4f659277a7
+refs/heads/try: 1248c250d86af96a9c4f3ee1468d9dead10ac41b
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
branches/try/src/test/run-pass/nested-exhaustive-alt.rs
@@ -0,0 +1,6 @@
1
+fn main() {
+ alt @{foo: true, bar: some(10), baz: 20} {
+ @{foo: true, bar: some(_), _} {}
+ @{foo: false, bar: none, _} {}
+ }
+}
0 commit comments