Closed smoelius closed 1 year ago
An alternative would be to try and disentangle
--cfg fuzzing
and--features=arbitrary
. But this change is less invasive.
Did you try looking at this? I think I would usually prefer disentangling over this.
Did you try looking at this? I think I would usually prefer disentangling over this.
I did not, but if you hold off on merging, I will.
@djc Is this better?
Yes, thank you!
Right now, if
quinn-proto
is built without--features=arbitrary
, one gets an error about an unresolved import. Thecompile_error
helps to clarify why.An alternative would be to try and disentangle
--cfg fuzzing
and--features=arbitrary
. But this change is less invasive.