[roll] Roll fuchsia [rust] Explicitly allow large error variants

The error result variant is typically rarely handles, but if it has a
significant size it can impact performance by causing excessive amounts
of bytes to be copied from one stack frame to another. An upcoming
rust-clippy lint check is more accurate about detecting this, so this
explicitly marks these errors as allowed, along with a TODO to clean
this up in the future.

Original-Bug: 401253790
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1221695
Owners-Override: Adam Barth <abarth@google.com>
Original-Revision: 9c91433ad1a4532266f15ecd04019b8f241ef6ee
GitOrigin-RevId: 9b466f5385ac12353710ebfe5b7913a23abf8da7
Change-Id: Ia9f371ebdb8e8f624c6cf50db34ee0f1ed9927d8
1 file changed
tree: 999408cd30722c4a9679efea619999d754f94998
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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.