Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

[M] Change in fuchsia/fuchsia[main]: [rust] Explicitly allow large error variants

0 views
Skip to first unread message

'Erick Tryzelaar (Gerrit)' via owners-override

unread,
Mar 6, 2025, 3:57:21 PMMar 6
to Owners Override
Attention needed from Owners Override

Erick Tryzelaar has uploaded the change for review

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 diff


Change information

Files:
Change size: M
Delta: 17 files changed, 58 insertions(+), 0 deletions(-)
Open in Gerrit

Related details

Attention is currently required from:
  • Owners Override
Submit Requirements:
  • requirement satisfiedCode-Review
  • requirement satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: newchange
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: Iad7ba288c0d7597bf0b8f7cbd0c6b2f8653c561f
Gerrit-Change-Number: 1221695
Gerrit-PatchSet: 1
Gerrit-Owner: Erick Tryzelaar <etryz...@google.com>
Gerrit-Reviewer: Casey Dahlin <sad...@google.com>
Gerrit-Reviewer: Erick Tryzelaar <etryz...@google.com>
Gerrit-Reviewer: Owners Override <owners-...@fuchsia.dev>
Gerrit-CC: Marie Janssen <jam...@google.com>
Gerrit-Attention: Owners Override <owners-...@fuchsia.dev>

--
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 owners-overri...@fuchsia.dev.
To view this discussion visit https://groups.google.com/a/fuchsia.dev/d/msgid/owners-override/3435a947a4600ce53e57327b45f6b6e0fae7c78e-HTML%40fuchsia-review.googlesource.com.
satisfied_requirement
open
diffy

'Erick Tryzelaar (Gerrit)' via owners-override

unread,
Mar 6, 2025, 3:57:25 PMMar 6
to Owners Override, GI Try Builder, Casey Dahlin, CQ Bot, Marie Janssen
Attention needed from Owners Override

Erick Tryzelaar added 1 comment

Patchset-level comments
File-level comment, Patchset 1 (Latest):
Erick Tryzelaar . resolved

Adding owners override, since this is a cross-project change to opt out of a lint to unblock a rust compiler update.

Open in Gerrit

Related details

Attention is currently required from:
  • Owners Override
Submit Requirements:
  • requirement satisfiedCode-Review
  • requirement satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: Iad7ba288c0d7597bf0b8f7cbd0c6b2f8653c561f
Gerrit-Change-Number: 1221695
Gerrit-PatchSet: 1
Gerrit-Owner: Erick Tryzelaar <etryz...@google.com>
Gerrit-Reviewer: Casey Dahlin <sad...@google.com>
Gerrit-Reviewer: Erick Tryzelaar <etryz...@google.com>
Gerrit-Reviewer: Owners Override <owners-...@fuchsia.dev>
Gerrit-CC: Marie Janssen <jam...@google.com>
Gerrit-Attention: Owners Override <owners-...@fuchsia.dev>
Gerrit-Comment-Date: Thu, 06 Mar 2025 20:57:17 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No

--
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 owners-overri...@fuchsia.dev.
To view this discussion visit https://groups.google.com/a/fuchsia.dev/d/msgid/owners-override/3435a947a4600ce53e57327b45f6b6e0fae7c78e-EmailReviewComments-HTML%40fuchsia-review.googlesource.com.
satisfied_requirement
open
diffy

'Adam Barth (Gerrit)' via owners-override

unread,
Mar 6, 2025, 5:56:06 PMMar 6
to Erick Tryzelaar, Owners Override, GI Try Builder, Casey Dahlin, CQ Bot, Marie Janssen
Attention needed from Erick Tryzelaar and Owners Override

Adam Barth voted Owners-Override+1

Owners-Override+1
Open in Gerrit

Related details

Attention is currently required from:
  • Erick Tryzelaar
  • Owners Override
Submit Requirements:
  • requirement satisfiedCode-Review
  • requirement satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: Iad7ba288c0d7597bf0b8f7cbd0c6b2f8653c561f
Gerrit-Change-Number: 1221695
Gerrit-PatchSet: 1
Gerrit-Owner: Erick Tryzelaar <etryz...@google.com>
Gerrit-Reviewer: Adam Barth <aba...@google.com>
Gerrit-Reviewer: Casey Dahlin <sad...@google.com>
Gerrit-Reviewer: Erick Tryzelaar <etryz...@google.com>
Gerrit-Reviewer: Owners Override <owners-...@fuchsia.dev>
Gerrit-CC: Marie Janssen <jam...@google.com>
Gerrit-Attention: Owners Override <owners-...@fuchsia.dev>
Gerrit-Attention: Erick Tryzelaar <etryz...@google.com>
Gerrit-Comment-Date: Thu, 06 Mar 2025 22:55:58 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes

--
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 owners-overri...@fuchsia.dev.
To view this discussion visit https://groups.google.com/a/fuchsia.dev/d/msgid/owners-override/b11cc0e179e36b699ff480dd42a9b52d0a85bbaa-EmailReviewComments-HTML%40fuchsia-review.googlesource.com.
satisfied_requirement
open
diffy

'CQ Bot (Gerrit)' via owners-override

unread,
Mar 6, 2025, 6:04:35 PMMar 6
to Erick Tryzelaar, Auto-Submit, Adam Barth, Owners Override, GI Try Builder, Casey Dahlin, Marie Janssen

CQ Bot submitted the change

Change information

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
Fuchsia-Auto-Submit: Erick Tryzelaar <etryz...@google.com>
Reviewed-by: Casey Dahlin <sad...@google.com>
Owners-Override: Adam Barth <aba...@google.com>
Files:
Change size: M
Delta: 17 files changed, 58 insertions(+), 0 deletions(-)
Branch: refs/heads/main
Submit Requirements:
  • requirement satisfiedCode-Review: +2 by Casey Dahlin
Open in Gerrit
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: merged
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: Iad7ba288c0d7597bf0b8f7cbd0c6b2f8653c561f
Gerrit-Change-Number: 1221695
Gerrit-PatchSet: 2
Gerrit-Owner: Erick Tryzelaar <etryz...@google.com>
Gerrit-Reviewer: Adam Barth <aba...@google.com>
Gerrit-Reviewer: Casey Dahlin <sad...@google.com>
Gerrit-Reviewer: Erick Tryzelaar <etryz...@google.com>
Gerrit-Reviewer: Owners Override <owners-...@fuchsia.dev>
Gerrit-CC: Marie Janssen <jam...@google.com>

--
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 owners-overri...@fuchsia.dev.
To view this discussion visit https://groups.google.com/a/fuchsia.dev/d/msgid/owners-override/0d12dab74e160647566a0d9abfd57001fab646eb-HTML%40fuchsia-review.googlesource.com.
open
diffy
satisfied_requirement

'GI Roller (Gerrit)' via owners-override

unread,
Mar 6, 2025, 6:07:48 PMMar 6
to Erick Tryzelaar, CQ Bot, Auto-Submit, Adam Barth, Owners Override, GI Try Builder, Casey Dahlin, Marie Janssen

Message from GI Roller

Open in Gerrit

Related details

Attention set is empty
Submit Requirements:
  • requirement satisfiedCode-Review
  • requirement satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: Iad7ba288c0d7597bf0b8f7cbd0c6b2f8653c561f
Gerrit-Change-Number: 1221695
Gerrit-PatchSet: 2
Gerrit-Owner: Erick Tryzelaar <etryz...@google.com>
Gerrit-Reviewer: Adam Barth <aba...@google.com>
Gerrit-Reviewer: Auto-Submit <auto-...@fuchsia-infra.iam.gserviceaccount.com>
Gerrit-Reviewer: Casey Dahlin <sad...@google.com>
Gerrit-Reviewer: Erick Tryzelaar <etryz...@google.com>
Gerrit-Reviewer: Owners Override <owners-...@fuchsia.dev>
Gerrit-CC: Marie Janssen <jam...@google.com>
Gerrit-Comment-Date: Thu, 06 Mar 2025 23:07:44 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No

--
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 owners-overri...@fuchsia.dev.
To view this discussion visit https://groups.google.com/a/fuchsia.dev/d/msgid/owners-override/0718a5951b77370ac3a07568bb1e0f70be255049-EmailReviewComments-HTML%40fuchsia-review.googlesource.com.
satisfied_requirement
open
diffy
Reply all
Reply to author
Forward
0 new messages