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
Files:
- M src/connectivity/wlan/lib/sme/src/ap/authenticator.rs
- M src/connectivity/wlan/lib/sme/src/client/rsn.rs
- M src/connectivity/wlan/lib/sme/src/client/state/link_state.rs
- M src/connectivity/wlan/lib/sme/src/client/state/mod.rs
- M src/connectivity/wlan/lib/sme/src/client/test_utils.rs
- M src/developer/ffx/playground/src/interpreter.rs
- M src/developer/ffx/playground/src/value.rs
- M src/developer/ffx/playground/src/value/in_use_handle.rs
- M src/lib/fuchsia-component-test/src/lib.rs
- M src/sys/component_manager/src/model/actions/destroy.rs
- M src/sys/component_manager/src/model/component/instance.rs
- M src/sys/component_manager/src/model/component/mod.rs
- M src/sys/component_manager/src/model/context.rs
- M src/sys/component_manager/src/model/routing/open.rs
- M src/sys/component_manager/src/model/routing/service.rs
- M src/sys/lib/fidl-fuchsia-pkg-ext/src/repo.rs
- M src/sys/pkg/bin/pkg-resolver/src/repository_manager.rs
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
.