rust/src/test/ui/rfc-2008-non-exhaustive/uninhabited
2019-12-04 16:43:24 +00:00
..
auxiliary
coercions_same_crate.rs
coercions_same_crate.stderr
coercions.rs
coercions.stderr
indirect_match_same_crate.rs
indirect_match_same_crate.stderr Forgot to update some test outputs 2019-12-04 16:43:24 +00:00
indirect_match_with_exhaustive_patterns_same_crate.rs
indirect_match_with_exhaustive_patterns.rs
indirect_match_with_exhaustive_patterns.stderr
indirect_match.rs
indirect_match.stderr Forgot to update some test outputs 2019-12-04 16:43:24 +00:00
issue-65157-repeated-match-arm.rs
issue-65157-repeated-match-arm.stderr
match_same_crate.rs
match_same_crate.stderr Forgot to update some test outputs 2019-12-04 16:43:24 +00:00
match_with_exhaustive_patterns_same_crate.rs
match_with_exhaustive_patterns.rs Remove #![feature(never_type)] from tests. 2019-11-21 14:55:32 +01:00
match_with_exhaustive_patterns.stderr Use the default code path to list missing patterns 2019-12-04 16:43:24 +00:00
match.rs
match.stderr Forgot to update some test outputs 2019-12-04 16:43:24 +00:00
patterns_same_crate.rs
patterns_same_crate.stderr
patterns.rs