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
#![feature(nll)] fn main() { (0 .. 1).flat_map(|_| 0 .. 1).max(); }
compiled with:
rustc test.rs
Gives:
error: internal compiler error: unresolved type in dtorck error: aborting due to previous error
rustc 1.24.0-nightly (0a3761e63 2018-01-03) binary: rustc commit-hash: 0a3761e63e5961ddd6ae5b9923e7a3c0725541f8 commit-date: 2018-01-03 host: x86_64-pc-windows-gnu release: 1.24.0-nightly LLVM version: 4.0
The text was updated successfully, but these errors were encountered:
Isn't this the same as #47022?
Sorry, something went wrong.
It probably is, thank you.
No branches or pull requests
compiled with:
rustc test.rs
Gives:
The text was updated successfully, but these errors were encountered: