Desugars contract into the internal AST extensions
Check ensures on early return due to Try / Yeet Expand these two expressions to include a call to contract checking
This commit is contained in:
parent
38eff16d0a
commit
ae7eff0be5
12 changed files with 457 additions and 88 deletions
|
@ -682,6 +682,8 @@ symbols! {
|
|||
contract_check_ensures,
|
||||
contract_check_requires,
|
||||
contract_checks,
|
||||
contracts_ensures,
|
||||
contracts_requires,
|
||||
convert_identity,
|
||||
copy,
|
||||
copy_closures,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue