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:
parent
2a434286a9
commit
6ee0dd97e3
6 changed files with 76 additions and 0 deletions
|
@ -1485,6 +1485,7 @@ symbols! {
|
|||
ty,
|
||||
type_alias_enum_variants,
|
||||
type_alias_impl_trait,
|
||||
type_ascribe,
|
||||
type_ascription,
|
||||
type_changing_struct_update,
|
||||
type_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue