-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
ICE: leftover child captures?
#123901
Comments
leftover child captures?
pub fn test(temp: &u64) {
async |_| {
temp;
};
}
pub fn main() {} |
Not fixed by #123834? Can't check -- not at my rust workstation. |
nope, still crashes with latest git master toolchain. |
kk |
BUT I only found 3 of those in one million files, instead of several thousands, so definitely an improvement 🙃 |
searched nightlies: from nightly-2024-01-01 to nightly-2024-04-12 bisected with cargo-bisect-rustc v0.6.8Host triple: x86_64-unknown-linux-gnu cargo bisect-rustc --start 2024-01-01 --end 2024-04-12 --preserve --regress ice |
@rustbot labels +AsyncAwait-Triaged We discussed this in async triage today. Looks like work is proceeding here, so we can mark this as triaged. |
Fixed by #124902 |
auto-reduced (treereduce-rust):
original:
Version information
Command:
/home/matthias/.rustup/toolchains/master/bin/rustc --edition=2021
Program output
The text was updated successfully, but these errors were encountered: