-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Box<dyn T> #8
Comments
The error is a bit confusing. It does not explain why It is actually that I think a solution would be adding a new type:
Implement |
Line 89 in a8681f1
But it's impl<T: Trace> Trace for Box<T> , not impl<T: Trace + Sized> Trace for Box<T>
|
By default trait bounds are |
I somehow got this error:
https://github.com/The-Lingo/The-Lingo/blob/73f5827b7cc8da1b3ab264cc0d986c917c54abc4/rust/the-lingo/src/lib.rs
The text was updated successfully, but these errors were encountered: