-
Notifications
You must be signed in to change notification settings - Fork 924
ICE internal error: entered unreachable code
visitor.rs
#6043
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
Comments
@matthiaskrgr what is |
I guess its part of fn delegation https://github.com/rust-lang/rust/blame/master/compiler/rustc_span/src/symbol.rs#L105 |
Yeah, I think you're right. I'm pretty sure we don't handle the new ast::AssocItemKind::Delegation variant. |
Pretty sure this is where we hit the panic!: Lines 632 to 671 in bf96731
We'll likely need to wait until the next subtree sync before a fix can be released for this |
rustfmt 1.7.0-nightly (7ffc697 2024-01-24)
The text was updated successfully, but these errors were encountered: