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

compile async await function error #53989

Closed
Brooooooklyn opened this issue Sep 6, 2018 · 2 comments
Closed

compile async await function error #53989

Brooooooklyn opened this issue Sep 6, 2018 · 2 comments
Labels
A-async-await Area: Async & Await I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️

Comments

@Brooooooklyn
Copy link

Error message:
error: internal compiler error: librustc/infer/region_constraints/mod.rs:659: cannot relate bound region: ReLateBound(DebruijnIndex(1), BrAnon(2)) <= '_#0r

Backtrace:

thread 'main' panicked at 'Box<Any>', librustc_errors/lib.rs:525:9
query stack during panic:
#0 [evaluate_obligation] evaluating trait selection obligation `impl std::future::Future: std::marker::Send`
#1 [typeck_tables_of] processing `main`
#2 [typeck_tables_of] processing `main::{{closure}}`
#3 [type_of] processing `main::{{closure}}`
end of query stack
error: aborting due to previous error
@Centril Centril added I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ A-async-await Area: Async & Await labels Sep 7, 2018
@paracat
Copy link

paracat commented Nov 25, 2018

while not exactly the same, i have created a commit for the project reflow that produces a compiler error involving bound region and DebruijnIndex

https://github.com/paracat/reflow/commit/a82b57ce5ab0fcfaca8a82dade25733a6299fdf6

It happened when I'm trying to replace &mut TcpStream with AsyncRead

the commit that comes before this one compiles fine. this should make it easier for the Rust team to locate the error

this is probably related to #55809
with some minor changes i can produce that error

@cramertj
Copy link
Member

Closing as duplicate of #57084.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-async-await Area: Async & Await I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Projects
None yet
Development

No branches or pull requests

4 participants