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 67cc89f commit 1248c25Copy full SHA for 1248c25
src/test/run-pass/nested-exhaustive-alt.rs
@@ -0,0 +1,6 @@
1
+fn main() {
2
+ alt @{foo: true, bar: some(10), baz: 20} {
3
+ @{foo: true, bar: some(_), _} {}
4
+ @{foo: false, bar: none, _} {}
5
+ }
6
+}
0 commit comments