We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input
I keep getting errors in vscode.
custom attribute panicked help: message: Type definition not found for `Input` identifier
The project does, however, compile using deno_bindgen without errors.
deno_bindgen
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
So, would this be fixed?
No branches or pull requests
I keep getting errors in vscode.
The project does, however, compile using
deno_bindgen
without errors.The text was updated successfully, but these errors were encountered: