Open
Description
Creating a variable, making a pointer to said variable, and then dereferencing the pointer doesn't yield the variable's value if these actions are done as 3 separate lines. If they are all done in one "multi-line" however, it works fine.
The "multi-line" behaviour is consistent with normal compiled projects, see rust playground.
Metadata
Metadata
Assignees
Labels
No labels