flux-rs / flux

Refinement Types for Rust
MIT License
581 stars 17 forks source link

Basic support Self::Assoc #630

Closed nilehmann closed 2 months ago

nilehmann commented 2 months ago

Support Self::Assoc in a trait implementation. Only look for Assoc in the current trait and not supertraits.