goblin icon indicating copy to clipboard operation
goblin copied to clipboard

invisible Object::parse function

Open ofluffydev opened this issue 8 months ago • 3 comments

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"

ofluffydev avatar Apr 06 '25 04:04 ofluffydev

Need more details not sure what the issue is here

m4b avatar Apr 06 '25 07:04 m4b

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.

ofluffydev avatar Apr 06 '25 07:04 ofluffydev

I see. I can’t remember but the Object type may be behind a std feature flag.

m4b avatar Apr 06 '25 07:04 m4b