You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
If backends don't derive the Debug trait, we can't use them as a generic in combination with deriving thiserror::Error. I encountered this in noir-lang/noir#1322 and added derive(Debug) to the aztec_backend, but we should enforce it via traits.
Proposed solution
Add + Debug to the backend trait.
Alternatives considered
No response
Additional context
No response
Submission Checklist
Once I hit submit, I will assign this issue to the Project Board with the appropriate tags.
The text was updated successfully, but these errors were encountered:
Problem
If backends don't derive the
Debug
trait, we can't use them as a generic in combination with derivingthiserror::Error
. I encountered this in noir-lang/noir#1322 and addedderive(Debug)
to the aztec_backend, but we should enforce it via traits.Proposed solution
Add
+ Debug
to the backend trait.Alternatives considered
No response
Additional context
No response
Submission Checklist
The text was updated successfully, but these errors were encountered: