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: [HAX0002] (AST import) Fatal error: something we considered as impossible occurred! Please report this by submitting an issue on GitHub!
Details: Pointer, with [cast] being Types.MutToConstPointer
--> src/lib.rs:10:7
|
10 | g(x.as_ptr())
and
error: [HAX0002] (RefMut) Fatal error: something we considered as impossible occurred! Please report this by submitting an issue on GitHub!
Details: expected an arrow type here
--> src/lib.rs:10:1
|
10 | g(x.as_ptr())
I also found the same kind of error with Details: Pointer, with [cast] being Types.UnsafeFnPointer
The text was updated successfully, but these errors were encountered:
Open this code snippet in the playground
This gives:
and
I also found the same kind of error with
Details: Pointer, with [cast] being Types.UnsafeFnPointer
The text was updated successfully, but these errors were encountered: