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[E0411]: cannot find type `Self` in this scope
--> src/lib.rs:4:17
|
1 | #[hax_lib::attributes]
| ---------------------- `Self` not allowed in a function
...
4 | fn v(x:&mut Self);
| ^^^^ `Self` is only available in impls, traits, and type definitions
Works if the ensures is removed.
The text was updated successfully, but these errors were encountered:
Open this code snippet in the playground
Works if the ensures is removed.
The text was updated successfully, but these errors were encountered: