Skip to content

Support associated types with bounds #628

Description

@marshtompsxd

It would be great if we can have associated types with bounds.
Current it reports the error:

error: The verifier does not yet support the following Rust feature: unsupported item
  --> reconciler/spec/mod.rs:34:1
   |
34 | / pub trait SomeTrait {
35 | |     type A: OtherTrait;
36 | |     type B;
37 | | }
   | |_^

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