1
Fork 0

Add unstable type_ascribe macro

This macro serves as a placeholder for future type ascription syntax to
make sure that the semantic implementation keeps working.
This commit is contained in:
Nilstrieb 2022-11-19 21:27:57 +01:00
parent 2a434286a9
commit 6ee0dd97e3
No known key found for this signature in database
6 changed files with 76 additions and 0 deletions

View file

@ -1485,6 +1485,7 @@ symbols! {
ty,
type_alias_enum_variants,
type_alias_impl_trait,
type_ascribe,
type_ascription,
type_changing_struct_update,
type_id,