Skip to content

Commit 1248c25

Browse files
committed
A test that I forgot to git-add
1 parent 67cc89f commit 1248c25

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)