wasm-bindgen
wasm-bindgen copied to clipboard
rust-analyzer fails on web-sys
Describe the Bug
Rust-analyzer internally throws errors when web-sys is used. See
https://github.com/rust-lang/rust-analyzer/issues/18090
Steps to Reproduce
- Add web_sys as a dependency
- Use it
- Look at Rust-Analyzer's status
Additional Context
I wonder if there's anything easy that can be done on web-sys's side to fix this, or if this will require more thorough investigation.