Mark bidirectional ascription RFC as implemented (#305)

This commit is contained in:
Arseny Kapoulkine 2022-01-07 11:07:22 -08:00 committed by GitHub
parent b5e338325b
commit 287b46e6a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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`.