Closed Bug 1635671 Opened 4 years ago Closed 4 years ago

error[E0428]: the name `U1024` is defined multiple times

Categories

(Firefox Build System :: General, defect)

defect

Tracking

(firefox77 fixed, firefox78 fixed)

RESOLVED FIXED
mozilla78
Tracking Status
firefox77 --- fixed
firefox78 --- fixed

People

(Reporter: glandium, Assigned: glandium)

Details

Attachments

(1 file)

When building in some configurations of rustc (e.g. i386 without SSE), building Firefox fails with, among other things:

error[E0428]: the name `U1024` is defined multiple times

This comes from the typenum library. The issue was fixed in https://github.com/paholg/typenum/commit/14a3322d1081fd63d5eb44bf8ab8f90676208228, so all it takes is an upgrade of the crate.

Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/f3ed3710adce
Upgrade typename to 1.12.0. r=emilio

Comment on attachment 9146065 [details]
Bug 1635671 - Upgrade typename to 1.12.0.

Beta/Release Uplift Approval Request

  • User impact if declined: Build failure in some configurations
  • Is this code covered by automated tests?: Yes
  • Has the fix been verified in Nightly?: Yes
  • Needs manual test from QE?: No
  • If yes, steps to reproduce:
  • List of other uplifts needed: None
  • Risk to taking this patch: Low
  • Why is the change risky/not risky? (and alternatives if risky): This is a rust crate that doesn't actually provide code that does something, rather type helpers to deal with things like sizes at compile time.
  • String changes made/needed:
Attachment #9146065 - Flags: approval-mozilla-beta?

Comment on attachment 9146065 [details]
Bug 1635671 - Upgrade typename to 1.12.0.

uplift approved for 77.0b3, thanks.

Attachment #9146065 - Flags: approval-mozilla-beta? → approval-mozilla-beta+
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: