Open
Description
We already have the rough parts implemented, but our parse seems to be wrong and the IDE layer needs some help figuring out the syntax as stuff like std::mem::offset_of!(Option<&u8>, Some.0);
/builtin#offset_of(Option<&u8>, Some.0);
currently errors with parse errors and Some
being unresolved.
The macro for this stabilizes in 3 days so