Details
- Reviewers
jbeich - Group Reviewers
rust gecko - Commits
- R11:f36cc819acca: lang/rust: Update to 1.63.0
These ports are broken (packed_simd has to be updated), I'll put the patch in bugzilla
mail/thunderbird
www/firefox-esr
games/veloren
textproc/ripgrep
14amd64: ok
12aarch64: ok
13powerpc64le: ok
Add jbeich@ and gecko@ since the patch in the PR touches their port (games/veloren, www/firefox-esr, mail/thunderbird)
exp-run: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265915
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Please, merge (squash) veloren fix with the update instead of landing separately. lazy::OnceCell -> cell::OnceCell rename requires a conditional if supporting both 1.62 and 1.63 is desired. Otherwise, applying the patch breaks rust < 1.63 until lang/rust is updated.
error[E0433]: failed to resolve: could not find `OnceCell` in `cell` --> voxygen/src/scene/terrain.rs:558:32 | 558 | let init = core::cell::OnceCell::new(); | ^^^^^^^^ not found in `core::cell` |
What's different from the patch in PR 265915 ? https://bz-attachments.freebsd.org/attachment.cgi?id=235976
phabricator is incredibly hard to use...
Patch comment and avoiding cfg-if noise. I didn't notice otherwise.
phabricator is incredibly hard to use...
Well, you've requested review here and not on bugzilla.