-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
regression: mismatched types #128891
Comments
Apparently this regressed in #127486, but I'm not totally certain which one would've caused this. |
Oh, definitely due to the dyn pointer casting #120248: https://github.com/maciejhirsz/kobold/blob/53eacf69d2ea3f25a47e58a3ccd11dcaf73d48bf/crates/kobold/src/stateful/hook.rs#L193-L198 Anyways, this is a very old version of kobold, and it seems like the downstream crate is specifically using a version before this cast is removed. |
Downstream project (kobold-test) doesn't seem super active. Do we want to keep it in our crater run? |
I'm going to close this as not an actionable for us |
The text was updated successfully, but these errors were encountered: