stdweb icon indicating copy to clipboard operation
stdweb copied to clipboard

js_export macro works but vscode show me an error

Open dancespiele opened this issue 5 years ago • 0 comments

I want to avoid the error message from vscode although it works using the parcel plugin:

pub fn js_export( attrs: proc_macro::TokenStream, input: proc_macro::TokenStream, ) -> proc_macro::TokenStream cannot find function __web_free in module stdweb::private

not found in stdweb::privaterustc(E0425) lib.rs(6, 1): not found in stdweb::private

In setting I included "rust.target": "wasm32-unknown-unknown" but doen't remove the message

dancespiele avatar May 22 '19 19:05 dancespiele