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

0.12 failing to compile on nightly #1688

Closed
softprops opened this issue Oct 28, 2018 · 3 comments
Closed

0.12 failing to compile on nightly #1688

softprops opened this issue Oct 28, 2018 · 3 comments
Labels
B-upstream Blocked: needs a change in a dependency or the compiler.

Comments

@softprops
Copy link
Contributor

sry of this hasn't already be reported but I wanted to give a quick heads up. I saw this in the travis logs of one of my crates that depends on [email protected] in a rust nightly build.

   Compiling hyper v0.12.13
thread 'main' panicked at 'librustc/hir/map/hir_id_validator.rs:31: 
HirIdValidator: The recorded owner of path segment super (id=36924) is ::server[0]::conn[0]::{{?}}[34] instead of ::server[0]::conn[0]::{{?}}[34]::{{?}}[0]
HirIdValidator: Same HirId ::server[0]::conn[0]::{{?}}[34]::{{?}}[0]/2 assigned for nodes path segment super (id=36924) and path segment spawn_all (id=89958)', librustc/util/bug.rs:47:26
note: Run with `RUST_BACKTRACE=1` for a backtrace.
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
note: rustc 1.31.0-nightly (cae6efc37 2018-10-27) running on x86_64-unknown-linux-gnu
note: compiler flags: -C debuginfo=2 --crate-type lib
note: some of the compiler flags provided by cargo are hidden
error: Could not compile `hyper`.
@seanmonstar
Copy link
Member

Thanks for the report. This is known, and is a compiler bug. It's reported and tracked here: rust-lang/rust#55376

@seanmonstar seanmonstar added the B-upstream Blocked: needs a change in a dependency or the compiler. label Oct 28, 2018
@seanmonstar
Copy link
Member

Looks like latest nightly has this fixed.

@softprops
Copy link
Contributor Author

sweet! thanks for the update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-upstream Blocked: needs a change in a dependency or the compiler.
Projects
None yet
Development

No branches or pull requests

2 participants