-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
A-idegeneral IDE featuresgeneral IDE featuresA-parserparser issuesparser issuesC-featureCategory: feature requestCategory: feature request
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
Metadata
Metadata
Assignees
Labels
A-idegeneral IDE featuresgeneral IDE featuresA-parserparser issuesparser issuesC-featureCategory: feature requestCategory: feature request