wasm-bindgen icon indicating copy to clipboard operation
wasm-bindgen copied to clipboard

rust-analyzer fails on web-sys

Open stefnotch opened this issue 8 months ago • 0 comments

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

  1. Add web_sys as a dependency
  2. Use it
  3. 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.

stefnotch avatar Mar 07 '25 10:03 stefnotch