Skip to content

Instruct Aeneas not to lower modeled functions #3032

@joshlf

Description

@joshlf

We can do this by passing --opaque path::to::function (Zulip thread).

it's trickier if you want to mention impl items. for inherent impls you have to write path::to::module::_::function_name where the _ will match the impl block. for trait impls there's a special {impl path::to::trait for path::to::type}::method_name that's a bit tricky to get right at the moment but works nicely. you can also use the same trick as inherent impls, that works too

– @Nadrieril

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions