Files
rust/compiler
Dawid Lachowicz aeae085dc3 Add contract variable declarations
Contract variables can be declared in the `requires` clause and
can be referenced both in `requires` and `ensures`, subject to usual
borrow checking rules.

This allows any setup common to both the `requires` and `ensures`
clauses to only be done once.
2025-10-18 15:00:34 +01:00
..
2025-10-12 08:08:30 +00:00
2025-10-12 08:08:30 +00:00
2025-10-12 08:08:30 +00:00
2025-10-11 20:50:21 +00:00
2025-10-10 13:51:52 +00:00
2025-10-15 14:23:28 +08:00