-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove runtime failure from pattern matching
It's an artifact of the old refutable version of `match` and is no longer necessary.
- Loading branch information
Jakub Wieczorek
committed
Jul 21, 2014
1 parent
f15d6d2
commit 5819ee1
Showing
1 changed file
with
22 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5819ee1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from pcwalton
at https://github.com/jakub-/rust/commit/5819ee1d45c99ad9761c5a2dfa1cb697393a200b
5819ee1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging jakub-/rust/match-fail-removal = 5819ee1 into auto
5819ee1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jakub-/rust/match-fail-removal = 5819ee1 merged ok, testing candidate = 428d814
5819ee1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/452
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/452
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/451
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/452
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/453
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/454
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/453
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/459
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/454
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/453
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/456
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/454
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/454
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/455
5819ee1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding master to auto = 428d814