rust/src/test/ui/uninhabited
Nadrieril 09f9947ebc Gather together usefulness tests
I took most tests that were testing only for match exhaustiveness,
pattern refutability or match arm reachability, and put them in
the same test folder.
2019-10-27 21:20:26 +00:00
..
exhaustive-wo-nevertype-issue-51221.rs Remove never_type feature requirement for exhaustive patterns 2019-07-05 22:14:27 +02:00
privately-uninhabited-dead-code.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
uninhabited-enum-cast.rs Remove licenses 2018-12-25 21:08:33 -07:00
uninhabited-enum-cast.stderr Update tests 2019-03-11 23:10:26 +03:00
uninhabited-irrefutable.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
uninhabited-irrefutable.stderr Suggest if let on let refutable binding 2019-10-09 12:25:48 -07:00
uninhabited-matches-feature-gated.rs Permit use of mem::uninitialized via allow(deprecated) 2019-07-04 21:01:35 -04:00
uninhabited-matches-feature-gated.stderr Suggest if let on let refutable binding 2019-10-09 12:25:48 -07:00
uninhabited-patterns.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
uninhabited-patterns.stderr Update tests 2019-03-11 23:10:26 +03:00