Closed
Bug 1909558
Opened 1 year ago
Closed 1 year ago
Perma error: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
Categories
(Firefox Build System :: General, defect, P5)
Firefox Build System
General
Tracking
(firefox130 fixed)
RESOLVED
FIXED
130 Branch
| Tracking | Status | |
|---|---|---|
| firefox130 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: glandium)
References
Details
Attachments
(1 file)
Filed by: mh [at] glandium.org
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=467628350&repo=toolchains
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/dHGdS4j8TxWHxnaz4exHEg/runs/0/artifacts/public/logs/live_backing.log
[task 2024-07-23T21:28:37.969Z] 21:28:37 ERROR - error: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[task 2024-07-23T21:28:37.970Z] 21:28:37 INFO - --> mozglue/static/rust/lib.rs:71:29
[task 2024-07-23T21:28:37.970Z] 21:28:37 INFO - |
[task 2024-07-23T21:28:37.970Z] 21:28:37 INFO - 71 | fn panic_hook(info: &panic::PanicInfo) {
[task 2024-07-23T21:28:37.971Z] 21:28:37 INFO - | ^^^^^^^^^
[task 2024-07-23T21:28:37.971Z] 21:28:37 INFO - |
[task 2024-07-23T21:28:37.971Z] 21:28:37 INFO - = note: `-D deprecated` implied by `-D warnings`
[task 2024-07-23T21:28:37.972Z] 21:28:37 INFO - = help: to override `-D warnings` add `#[allow(deprecated)]`
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → mh+mozilla
Blocks: rustc-1.82
| Assignee | ||
Comment 1•1 year ago
|
||
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/1eb8f5234d35
Handle the deprecation of std::panic::PanicInfo. r=emilio
Comment 3•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox130:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•