You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With my local servo clone, I had a import jsapi::jsuint in src/rust-mozjs/js.rs. This caused resolve3 to give up very ungracefully by just telling me that the import failed, as opposed to indicating which specific item failed.
The text was updated successfully, but these errors were encountered:
With my local servo clone, I had a
import jsapi::jsuint
in src/rust-mozjs/js.rs. This caused resolve3 to give up very ungracefully by just telling me that the import failed, as opposed to indicating which specific item failed.The text was updated successfully, but these errors were encountered: