We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a nightly regression, doesn't happen in 1.9 stable.
fn main () { enum Enum {} if let Enum::Bar{} = unimplemented!() {} }
error: internal compiler error: ../src/librustc/hir/def.rs:77: path not fully resolved: PathResolution { base_def: Enum(DefId { krate: 0, node: DefIndex(5) => main::Enum }), depth: 1 }
Playground
Locally tested with rustc 1.11.0-nightly (ad7fe6521 2016-06-23)
rustc 1.11.0-nightly (ad7fe6521 2016-06-23)
The text was updated successfully, but these errors were encountered:
Duplicate of #34209, fixed in #34365.
Sorry, something went wrong.
Hmm. Strange I didn't find it when I searched for "enum struct ice". Closing.
No branches or pull requests
This is a nightly regression, doesn't happen in 1.9 stable.
Playground
Locally tested with
rustc 1.11.0-nightly (ad7fe6521 2016-06-23)
The text was updated successfully, but these errors were encountered: