-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
References at the top level should be possible. For example:
main = do
let s: S = {- some complex deeply nested struct (but not enum!) -}
[rustIO| () { println!("{:#?}", (&s: &S)) } |]
Under the hood, this should turn into a Ptr S which gets unsafely turned into a reference on the Rust side.
Metadata
Metadata
Assignees
Labels
No labels