goblin
goblin copied to clipboard
invisible Object::parse function
Not sure if it's a rust lsp issue or a crate level issue, but you can't parse things in from bytes as I need to, and trying to both won't compile and causes the lsp to start spamming out "Synthetic syntax error"
Need more details not sure what the issue is here
If you don't add std to the features (For a no_std environment i guess? odd naming) and you go to use Object from the crate, it breaks the lsp for some reason.
I see. I can’t remember but the Object type may be behind a std feature flag.