Skip to content

Conversation

@hepek
Copy link
Contributor

@hepek hepek commented Oct 28, 2024

I was getting compilation errors in my progenitor generated code when the generated error type is Error<ByteStream>, because ByteStream does not implement std::fmt::Debug.

I cannot find any evidence that E needs to impl std::fmt::Debug from this function.

So I removed the trait bound from it.

E does not need to implement std::fmt::Debug
@ahl ahl merged commit b4b2271 into oxidecomputer:main Nov 25, 2024
6 checks passed
@ahl
Copy link
Collaborator

ahl commented Nov 25, 2024

Thanks for this!

abus-sh pushed a commit to abus-sh/progenitor that referenced this pull request Dec 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants