Closed
Bug 1959469
Opened 11 days ago
Closed 4 days ago
mach uniffi generate fails with a build error
Categories
(Toolkit :: UniFFI Bindings, task)
Toolkit
UniFFI Bindings
Tracking
()
RESOLVED
FIXED
139 Branch
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: bdk, Assigned: bdk)
Details
Attachments
(1 file)
Here's the error:
error[E0599]: no variant or associated item named `default` found for enum `DefaultHashBuilder` in the current scope
--> /home/ben/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.9.1/src/linked_hash_map.rs:56:47
|
56 | hash_builder: DefaultHashBuilder::default(),
| ^^^^^^^ variant or associated item not found in `DefaultHashBuilder`
Assignee | ||
Comment 1•11 days ago
|
||
The issue was that the default-hasher
feature wasn't turned on, which
made the build hack that substitutes older hashbrown versions with
v0.15.2 has failing.
Updated•11 days ago
|
Assignee: nobody → bdeankawamura
Status: NEW → ASSIGNED
Pushed by bdeankawamura@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/25d572195335
Fix `./mach uniffi generate`, r=markh,glandium
Comment 3•4 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 days ago
status-firefox139:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•