Closed Bug 1900484 Opened 5 months ago Closed 5 months ago

[rustc-1.80] error: failed to compile `dump_syms v2.3.0

Categories

(Firefox Build System :: Toolchains, defect)

defect

Tracking

(firefox128 fixed)

RESOLVED FIXED
128 Branch
Tracking Status
firefox128 --- fixed

People

(Reporter: glandium, Assigned: gsvelto)

References

Details

Attachments

(1 file)

[task 2024-06-03T22:06:27.564Z] error[E0282]: type annotations needed for `Box<_>`
[task 2024-06-03T22:06:27.564Z]   --> /builds/worker/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.34/src/format_description/parse/mod.rs:83:9
[task 2024-06-03T22:06:27.564Z]    |
[task 2024-06-03T22:06:27.564Z] 83 |     let items = format_items
[task 2024-06-03T22:06:27.564Z]    |         ^^^^^
[task 2024-06-03T22:06:27.564Z] ...
[task 2024-06-03T22:06:27.564Z] 86 |     Ok(items.into())
[task 2024-06-03T22:06:27.564Z]    |              ---- type must be known at this point
[task 2024-06-03T22:06:27.564Z]    |
[task 2024-06-03T22:06:27.564Z] help: consider giving `items` an explicit type, where the placeholders `_` are specified
[task 2024-06-03T22:06:27.564Z]    |
[task 2024-06-03T22:06:27.564Z] 83 |     let items: Box<_> = format_items
[task 2024-06-03T22:06:27.564Z]    |              ++++++++
[task 2024-06-03T22:06:27.564Z] 
[task 2024-06-03T22:06:28.074Z] For more information about this error, try `rustc --explain E0282`.
[task 2024-06-03T22:06:28.084Z] error: could not compile `time` (lib) due to 1 previous error
[task 2024-06-03T22:06:28.086Z] 

@gsvelto, this is fixed on dump-syms's main branch, do you want to do a new release or should we just pull the latest main?

Flags: needinfo?(gsvelto)

I've been holding off a dump_syms release, waiting for a new symbolic release first so that I could pick up some important fixes there. I've contacted Arpad Bosos from Sentry and he told me he'll cut a new release today. I'll wait for that to happen and cut a dump_syms release with this fix included. If somehow symbolic's release is delayed again I'll just cut a new release of dump_syms anyway w/o their fixes.

Assignee: nobody → gsvelto
Status: NEW → ASSIGNED
Flags: needinfo?(gsvelto)
Attachment #9405577 - Attachment description: WIP: Bug 1900484 - Bump dump_syms to version 2.3.3 → Bug 1900484 - Bump dump_syms to version 2.3.3 r=gerard-majax
Attachment #9405577 - Attachment description: Bug 1900484 - Bump dump_syms to version 2.3.3 r=gerard-majax → WIP: Bug 1900484 - Bump dump_syms to version 2.3.3
Attachment #9405577 - Attachment description: WIP: Bug 1900484 - Bump dump_syms to version 2.3.3 → Bug 1900484 - Bump dump_syms to version 2.3.3 r=glandium
Pushed by gsvelto@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/28395944bc04 Bump dump_syms to version 2.3.3 r=glandium
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: