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
I have a local clone of servo/rust-mozjs, and I have added the path to Servo's .cargo/config. When I add promises = ['mozjs_sys/promises'] to the clone's features section, then add features = ["promises"] to Servo's Cargo.toml entry for rust-mozjs, I get this error:
error: Package `js v0.1.3 (https://github.com/servo/rust-mozjs#755c8cc8)` does not have these features: `promises`
The text was updated successfully, but these errors were encountered:
I have a local clone of servo/rust-mozjs, and I have added the path to Servo's .cargo/config. When I add
promises = ['mozjs_sys/promises']
to the clone'sfeatures
section, then addfeatures = ["promises"]
to Servo's Cargo.toml entry for rust-mozjs, I get this error:The text was updated successfully, but these errors were encountered: