-
Notifications
You must be signed in to change notification settings - Fork 13k
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
SIGABRT from malformed cfg
in a closure
#79829
Comments
This is not a stack overflow, it's an actual abort.
rust/compiler/rustc_ast/src/mut_visit.rs Lines 295 to 307 in 5e6e1e3
|
cfg
in a closurecfg
in a closure
Why would it have |
Currently running a build to see how hard this will be to fix. |
Okay, it seems that if I remove the I guess the fix would be to fix the closure that's panicking? |
@camelid yes, you need to find what the ignored panic payload is and what's causing the panic. |
@AaronKutch FYI you can fix the invalid syntax by using |
Assigning |
Closing as effectively resolved by #91519. |
when compiled (this works on nightly and beta, so I presume it also happens on stable), this produces:
Backtrace does not work.
The text was updated successfully, but these errors were encountered: