rust/src/test/ui/uninhabited
Mark Rousskov c205f6a06a Remove mem::uninitalized from tests
This purges uses of uninitialized where possible from test cases. Some
are merely moved over to the equally bad pattern of
MaybeUninit::uninit().assume_init() but with an annotation that this is
"the best we can do".
2019-12-22 21:58:12 -05: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 Revert "Remove #![feature(never_type)] from tests." 2019-12-14 09:01:04 -05:00
uninhabited-irrefutable.stderr Revert "Remove #![feature(never_type)] from tests." 2019-12-14 09:01:04 -05:00
uninhabited-matches-feature-gated.rs Remove mem::uninitalized from tests 2019-12-22 21:58:12 -05:00
uninhabited-matches-feature-gated.stderr Remove mem::uninitalized from tests 2019-12-22 21:58:12 -05:00
uninhabited-patterns.rs Revert "Remove #![feature(never_type)] from tests." 2019-12-14 09:01:04 -05:00
uninhabited-patterns.stderr Revert "Remove #![feature(never_type)] from tests." 2019-12-14 09:01:04 -05:00