nrc / libhoare

Design by contract style assertions for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use `return` instead of `result`

nrc opened this issue · comments

This would avoid shadowing any arguments called result. Would require mangling the name return in the predicate before injecting it into an assertion. Should also check that it is only used in postconditions.