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
error[E0999]: cannot find sort `Self::Animal` in this scope
--> src/main.rs:700:49
|
700 | #[flux_rs::assoc(fn can_fit(self: Self, animal: Self::Animal) -> bool)]
| ^^^^^^^^^^^^ not found in this scope
Is there a trick to referencing associated types within an associated refinement definition, or is this feature currently unsupported in Flux?
The text was updated successfully, but these errors were encountered:
When I try to verify the code:
It fails with:
Is there a trick to referencing associated types within an associated refinement definition, or is this feature currently unsupported in Flux?
The text was updated successfully, but these errors were encountered: