-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
fix: Allow unknown guidance when try to coerce unsized #16219
Conversation
I think it'd be good to compare the results of |
Probably something other than r-a (or in addition to r-a), since r-a doesn't tend to exert the type system in a lot of ways. |
Is there any guide how to do that? |
|
I tested this PR again master branch for several repos r-a
hyper
rust
I also run against webrender and huggingface/candle, but the results are identical. Are the numbers good or bad? |
The r-a case looks weird given Overall it seems to increase the contained unknowns a bit in some projects (regresses). |
I built 95e047 as base to test against. |
I can't find that commit. Anyways, the changes on rust-analyzer itself seem rather bad. |
Fine. Maybe this is not the right way to go. |
A temporary workaround for #15984 and #11847.