Mara Bos 31b83802a4
Rollup merge of #84212 - CDirkx:void, r=m-ou-se
Replace `Void` in `sys` with never type

This PR replaces several occurrences in `sys` of the type `enum Void {}` with the Rust never type (`!`).
The name `Void` is unfortunate because in other languages (C etc.) it refers to a unit type, not an uninhabited type.

Note that the previous stabilization of the never type was reverted, however all uses here are implementation details and not publicly visible.
2021-04-21 23:06:14 +02:00
..
2021-03-31 16:02:59 +02:00
2021-04-21 14:38:24 +02:00
2021-04-04 14:57:05 -04:00
2021-04-21 14:38:24 +02:00
2021-04-10 12:50:04 -05:00
2021-03-31 16:09:25 +02:00