Closed Bug 1959469 Opened 11 days ago Closed 4 days ago

mach uniffi generate fails with a build error

Categories

(Toolkit :: UniFFI Bindings, task)

task

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`

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.

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
Status: ASSIGNED → RESOLVED
Closed: 4 days ago
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: