From d1e5077c4ad2bcb8b3ce73f7dca811c295463810 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Wed, 22 Jun 2022 12:54:48 -0700 Subject: [PATCH] Update STATUS.md Add never and unknown types --- docs/STATUS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/STATUS.md b/docs/STATUS.md index d2fe86f..6bfa865 100644 --- a/docs/STATUS.md +++ b/docs/STATUS.md @@ -26,3 +26,9 @@ This document tracks unimplemented RFCs. [RFC: Lower bounds calculation](https://github.com/Roblox/luau/blob/master/rfcs/lower-bounds-calculation.md) **Status**: Implemented but not fully rolled out yet. + +## never and unknown types + +[RFC: never and unknown types](https://github.com/Roblox/luau/blob/master/rfcs/never-and-unknown-types.md) + +**Status**: Needs implementation