-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
A-diagnosticsdiagnostics / error reportingdiagnostics / error reportingA-macromacro expansionmacro expansionS-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right now
Description
When opening https://github.com/wasm3/wasm3-rs/ in VS Code, rust-analyzer indexes the project successfully, but reports a bogus error in wasm3-sys/src/lib.rs about OUT_DIR not being set. This happens because it failed to fetch the value of OUT_DIR from the build script, since that fails to run when bindgen isn't installedyou forget to checkout submodules (I'm not actually sure what happens here).
It would be good to make this error visible, since currently there isn't any indication that the build script didn't succeed.
Metadata
Metadata
Assignees
Labels
A-diagnosticsdiagnostics / error reportingdiagnostics / error reportingA-macromacro expansionmacro expansionS-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right now