-
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: the size for values of type T
cannot be known
#125195
Comments
Surprisingly more breakage than #123531, perhaps we should be doing craterbot-test instead of cratebot-check for types PRs. I don't think we should unland the PR tho. |
You mean, because you explicitly want codegen to happen in case there are errors late (or in doctests maybe)? Or because these cases were missing from #123531's results? It seems at least the first error was present (but invisible) in the crater run. I wonder if cycle_map-0.2.0 may have denied warnings or something. In #123531's results, it failed to build both before and after, but failed with a new E0277. No status change, so it wasn't flagged as a regression: {
"name": "cycle_map-0.2.0",
"url": "https://crates.io/crates/cycle_map/0.2.0",
"krate": {
"Registry": {
"name": "cycle_map",
"version": "0.2.0"
}
},
"status": "",
"res": "build-fail",
"runs": [
{
"res": "build-fail:compiler-error(unused_imports)",
"log": "master%2330840c53f414b753cb08f14620906572f88dda4b/reg/cycle_map-0.2.0"
},
{
"res": "build-fail:compiler-error(E0277, unused_imports)",
"log": "try%2318fb860b8a8e7ca508746882328061d0fe352543/reg/cycle_map-0.2.0"
}
]
}, Beta crater runs cap lints while most crater runs don't, maybe doing that would slightly widen the reach in t-types runs. (I gotta run but I'll check the other crates later today.) |
|
Closing since regression is mentioned in the release notes |
probably #123531, cc @compiler-errors should be intended breakage
The text was updated successfully, but these errors were encountered: