error[E0700]: hidden type for impl Trait
captures lifetime that does not appear in bounds
#15
Labels
impl Trait
captures lifetime that does not appear in bounds
#15
With this seemingly ok code:
I get this odd error:
The error is caused by
slog::Logger
.This seems to be a bug. As a workaround, I'm currently passing the logger in a wrapper-struct, but I hope to get this solved.
PS: I have no idea what's going on here, and how to simplify the example further.
The text was updated successfully, but these errors were encountered: