这是indexloc提供的服务,不要输入任何密码
Skip to content

[Bug][prover] receiver-style calls cannot be used in let clause in specs #16764

@rahxephon89

Description

@rahxephon89

🐛 Bug

When alet clause uses receiver-style calls, no corresponding expression will be generated in the boogie file.

Example:

This does not work:

     let x = v.length();

While this works

    let x = vector::length();

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    For Grabs

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions