Pre/post &mut
argument: remove future
in favor of old
#773
Labels
engine
Issue in the engine
enhancement
New feature or request
needs-triage
Mark an issue that needs triage: add label, add more contents
make the proc macro parse both::hax_lib::_final
and_final
detect if (locally) there is any name clash, and ask the user to use::hax_lib::_final
insteadWe chatted about that, and we'll adopt the style of Verus / Prusti / Rustc proposal: use
old
to refer to the old value, and otherwise that's the future value.The text was updated successfully, but these errors were encountered: