]> git.lizzy.rs Git - rust.git/commit
Check pattern refutability the same way exhaustiveness is checked
authorJakub Wieczorek <jakub@jakub.cc>
Sat, 31 May 2014 13:13:46 +0000 (15:13 +0200)
committerJakub Wieczorek <jakub@jakub.cc>
Fri, 20 Jun 2014 15:08:57 +0000 (17:08 +0200)
commitf5e513b2b2dd173f16b84f0531fc3628d62beb4d
tree26e7abc4c449cb9887303f77ae009a14ede0b80a
parent6750eb5a05042fe3fb84708909074f33ad86d3ec
Check pattern refutability the same way exhaustiveness is checked
src/librustc/middle/check_match.rs
src/test/compile-fail/precise-refutable-pattern-errors.rs [deleted file]
src/test/compile-fail/refutable-pattern-errors.rs [new file with mode: 0644]