Closed
Description
This occurred when running cargo clippy
on a workspace with around 40 child crates. I have not included the full log, for corporate security reasons, but I can probably provide more specific information on request.
...
Checking tokio-tcp v0.1.3
Checking tokio-udp v0.1.3
Checking actix-rt v0.2.4
error: internal compiler error: src/librustc/ty/context.rs:516: node_type: no type for node `expr 5 (hir_id=HirId { owner: DefIndex(228), local_id: 255 })`
thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:644:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
error: aborting due to previous error
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.38.0 (625451e37 2019-09-23) running on x86_64-apple-darwin
note: compiler flags: -C panic=abort -C debuginfo=2 --crate-type lib
note: some of the compiler flags provided by cargo are hidden
error: Could not compile `mysql_common`.
warning: build failed, waiting for other jobs to finish...
error: build failed