Closed
Bug 1742749
Opened 2 years ago
Closed 2 years ago
Update builders to rustc 1.57
Categories
(Firefox Build System :: Toolchains, task)
Firefox Build System
Toolchains
Tracking
(firefox96 fixed)
RESOLVED
FIXED
96 Branch
Tracking | Status | |
---|---|---|
firefox96 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
(Blocks 1 open bug)
Details
Attachments
(5 files)
No description provided.
Comment 1•2 years ago
|
||
Does Rust 1.56 for FF95 need to bumped to 1.56.1 to address https://blog.rust-lang.org/2021/11/01/cve-2021-42574.html ?
Assignee | ||
Comment 2•2 years ago
|
||
Pushed by mh@glandium.org: https://hg.mozilla.org/integration/autoland/rev/4ec01a7d98ff Update builders to rustc 1.57. r=firefox-build-system-reviewers,mhentges
Assignee | ||
Comment 4•2 years ago
|
||
Pushed by csabou@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/e18ce7acc1d5 Remove unused field in FirefoxProcess. r=bustage-fix
Assignee | ||
Comment 6•2 years ago
|
||
Pushed by smolnar@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/967d5573f718 Allow PrimitiveInstanceData to be detected as dead code. https://hg.mozilla.org/integration/autoland/rev/298d524043ca Backed out changeset e18ce7acc1d5 for causing wd failures in mozilla/webdriver/new_session/binary.py CLOSED TREE
Updated•2 years ago
|
Attachment #9253518 -
Attachment description: Bug 1742749 - Remove unused field in FirefoxProcess. → Bug 1742749 - Allow "unused" field in FirefoxProcess.
Pushed by smolnar@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/0f0e140aa6c8 Allow "unused" field in FirefoxProcess. CLOSED TREE
Assignee | ||
Comment 9•2 years ago
|
||
instead of marking it possibly dead-code. This has the same effect on
the rust >= 1.57 warning, but is more correct, since without repr(C),
it's not actually FFI-safe.
Assignee | ||
Comment 10•2 years ago
|
||
Comment 11•2 years ago
|
||
Pushed by smolnar@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/35c49031b6c2 Allow unused Scope::name. r=bustage-fix CLOSED TREE
Comment 12•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4ec01a7d98ff
https://hg.mozilla.org/mozilla-central/rev/967d5573f718
https://hg.mozilla.org/mozilla-central/rev/0f0e140aa6c8
https://hg.mozilla.org/mozilla-central/rev/35c49031b6c2
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox96:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
Comment 13•2 years ago
|
||
Pushed by mh@glandium.org: https://hg.mozilla.org/integration/autoland/rev/d4248890a3db Mark PrimitiveInstanceData as repr(C). r=gfx-reviewers,gw
Comment 14•2 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•