Skip to content
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

[NLL] [ICE] with flat_map.max #47176

Closed
leonardo-m opened this issue Jan 4, 2018 · 2 comments
Closed

[NLL] [ICE] with flat_map.max #47176

leonardo-m opened this issue Jan 4, 2018 · 2 comments

Comments

@leonardo-m
Copy link

#![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
@vorner
Copy link
Contributor

vorner commented Jan 8, 2018

Isn't this the same as #47022?

@leonardo-m
Copy link
Author

It probably is, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants