diff --git a/rfcs/syntax-type-ascription-bidi.md b/rfcs/syntax-type-ascription-bidi.md index 9d31939e..bf37eca2 100644 --- a/rfcs/syntax-type-ascription-bidi.md +++ b/rfcs/syntax-type-ascription-bidi.md @@ -4,6 +4,8 @@ The way `::` works today is really strange. The best solution we can come up with is to allow `::` to convert between any two related types. +**Status**: Implemented + ## Motivation Due to an accident of the implementation, the Luau `::` operator can only be used for downcasts and casts to `any`.