From 287b46e6a7e4b85fd9388be8b6f7e1d5d3ced0bd Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Fri, 7 Jan 2022 11:07:22 -0800 Subject: [PATCH] Mark bidirectional ascription RFC as implemented (#305) --- rfcs/syntax-type-ascription-bidi.md | 2 ++ 1 file changed, 2 insertions(+) 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`.