You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a follow-up on #3514. As @celinval suggested
([here](#3514 (comment))),
renaming all user-facing options from "Aeneas" to Lean.
Inside the Kani compiler which is only concerned with producing LLBC
(and doesn't know about Lean/Aeneas), I'm renaming the relevant feature
from `aeneas` to `llbc`, and the backend is now called the LLBC backend
as opposed to the Aeneas backend.
Towards #3585
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
This PR advances the Charon submodule commit from 2024-09-02 to
2024-11-04.
The main changes are due to:
- AeneasVerif/charon#346: This changed some
terminators into statements.
- AeneasVerif/charon#407: The removal of some
dependence on rustc code in the Charon library.
Towards: #3585
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
This is a tracking issue for addressing the comments on #3514.
CrateItem
) instead of monomorphized code (that usesInstance
)The text was updated successfully, but these errors were encountered: