[roll] Roll fuchsia [fonts] Box large variants in AssetCollectionError

Reduces the stack size of AssetCollectionError to satisfy the
clippy::result_large_err lint. Previously, variants like
PackagedFileError and UncachedEphemeral held large structs
(PackageLocator) and Errors directly on the stack, exceeding
the 128-byte threshold.

By boxing these fields, we move the heavy data to the heap,
improving performance on the happy path by reducing the amount
of data copied when Results are passed across await points.

Original-Bug: 476401781
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1477173
Original-Revision: 3da9ff96c9d4b2ce82ec19b322d0d4ccf1873a1d
GitOrigin-RevId: 5cc712a84517572f6c21eb48944ed3cfe71ac369
Change-Id: I77500f97b8f69183510c161d406a05237cda92b2
1 file changed
tree: 734dcceeff0455820ea06d61136359f384060999
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.