deno_bindgen icon indicating copy to clipboard operation
deno_bindgen copied to clipboard

help: message: Type definition not found for `Input` identifier

Open Vehmloewff opened this issue 3 years ago • 2 comments

I keep getting errors in vscode.

image

custom attribute panicked

help: message: Type definition not found for `Input` identifier

The project does, however, compile using deno_bindgen without errors.

Vehmloewff avatar Jan 21 '22 14:01 Vehmloewff

I've the same issue with VSCode, and Sublime. The problem is being reported by rust-analyser and RLS on VS. When I deactivate rust-analyser and activate RLS I get the same "error: custom attribute panicked" To ilustrate : https://www.reddit.com/r/rust/comments/t17vpj/rustanalyzer_and_procmacros/ https://stackoverflow.com/questions/70383686/rust-analyzer-throws-unresolved-macro-despite-disabling-macro-error-and-unr https://zulip-archive.rust-lang.org/stream/185405-t-compiler/rust-analyzer/topic/Fail.20to.20find.20macro.20definition.20under.20VSCode.html

felipetesc avatar Mar 12 '22 16:03 felipetesc

So, would this be fixed?

1216892614 avatar Mar 13 '23 06:03 1216892614