-
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 in github build #80998
Comments
Reduced to only use the task proc-macro:
It seems important, that Foo isn't defined, if I define a |
searched nightlies: from nightly-2020-06-01 to nightly-2021-01-01 bisected with cargo-bisect-rustc v0.6.0Host triple: x86_64-unknown-linux-gnu cargo bisect-rustc 2020-06-01 --regress ice --access github -- check I'm pretty sure that #78324 isn't at fault here, but instead it just uncovers the problem. |
MCVE:
|
Panic location: rust/compiler/rustc_middle/src/ty/mod.rs Lines 3071 to 3073 in a4f022e
|
…ndry Don't ICE when computing a layout of a generator tainted by errors Fixes rust-lang#80998.
See below:
https://github.com/akiles/embassy/runs/1699580405?check_suite_focus=true
The text was updated successfully, but these errors were encountered: