contracts: added lang items that act as hooks for rustc-injected code to invoke.
see test for an example of the kind of injected code that is anticipated here.
This commit is contained in:
parent
bcb8565f30
commit
777def87d5
5 changed files with 90 additions and 0 deletions
|
@ -676,6 +676,7 @@ symbols! {
|
|||
const_ty_placeholder: "<const_ty>",
|
||||
constant,
|
||||
constructor,
|
||||
contract_build_check_ensures,
|
||||
contract_check_ensures,
|
||||
contract_check_requires,
|
||||
contract_checks,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue