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". |
||
|---|---|---|
| .. | ||
| exhaustive-wo-nevertype-issue-51221.rs | ||
| privately-uninhabited-dead-code.rs | ||
| uninhabited-enum-cast.rs | ||
| uninhabited-enum-cast.stderr | ||
| uninhabited-irrefutable.rs | ||
| uninhabited-irrefutable.stderr | ||
| uninhabited-matches-feature-gated.rs | ||
| uninhabited-matches-feature-gated.stderr | ||
| uninhabited-patterns.rs | ||
| uninhabited-patterns.stderr | ||