Attention needed from Owners Override
Erick Tryzelaar has uploaded the change for review![Open in Gerrit]()
Erick Tryzelaar would like Owners Override to review this change.
Commit message
[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.
Bug: 401253790
Change-Id: Iad7ba288c0d7597bf0b8f7cbd0c6b2f8653c561f
Change information
Change size: M
Delta: 17 files changed, 58 insertions(+), 0 deletions(-)
Open in GerritRelated details
Attention is currently required from:
Submit Requirements:
Code-Review
Review-Enforcement
Gerrit-MessageType: newchange
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: Iad7ba288c0d7597bf0b8f7cbd0c6b2f8653c561f
Gerrit-Change-Number: 1221695
Gerrit-PatchSet: 1
You received this message because you are subscribed to the Google Groups "owners-override" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
.