commit | 1614440866ed1c1ff8d86339be09f8dea46e8ee5 | [log] [tgz] |
---|---|---|
author | Erick Tryzelaar <etryzelaar@fuchsia.infra.roller.google.com> | Thu Mar 06 15:06:08 2025 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Mar 06 15:07:46 2025 -0800 |
tree | 999408cd30722c4a9679efea619999d754f94998 | |
parent | 8a9e71767a3a5c88e07a961fc2f4d9e3f7cca003 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.