-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Description
Code
CI in teloxide project failed with ICE:
- PR: Provide new url for tg-vimhelpbot teloxide/teloxide#335
- failed CI: https://github.com/teloxide/teloxide/pull/335/checks?check_run_id=1802208287
I don't have much time to research this, so I'm providing the error as is.
Meta
rustc 1.51.0-nightly (04caa632d 2021-01-30)
Error output
error: internal compiler error: failed to process buffered lint here
Error: --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.16.0/src/macros.rs:5:54
|
5 | return Err(::std::convert::From::from($expr));
| ^
|
::: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.16.0/src/aio.rs:377:18
|
377 | _ => fail!((
| __________________-
378 | | ErrorKind::ResponseError,
379 | | "Redis server refused to switch database"
380 | | )),
| |______________- in this macro invocation
|
= note: delayed at /rustc/04caa632dd10c2bf64b69524c7f9c4c30a436877/compiler/rustc_lint/src/early.rs:384:18
= note: this error: internal compiler error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
thread 'rustc' panicked at 'no errors encountered even though `delay_span_bug` issued', compiler/rustc_errors/src/lib.rs:974:13
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: internal compiler error: unexpected panic
Error: internal compiler error: unexpected panic
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.