Mark never/unknown types RFC as implemented

This commit is contained in:
Arseny Kapoulkine 2022-08-03 15:40:24 -07:00 committed by GitHub
parent 40d8512225
commit 6a62dfeef6

View file

@ -1,5 +1,7 @@
# never and unknown types
**Status**: Implemented
## Summary
Add `unknown` and `never` types that are inhabited by everything and nothing respectively.