Skip to content

ICE when compile redis on the last nightly #81600

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

Closed
p0lunin opened this issue Jan 31, 2021 · 3 comments
Closed

ICE when compile redis on the last nightly #81600

p0lunin opened this issue Jan 31, 2021 · 3 comments
Labels
C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@p0lunin
Copy link

p0lunin commented Jan 31, 2021

Code

https://github.com/teloxide/teloxide/pull/335/checks?check_run_id=1801759422#step:4:650

Meta

rustc 1.51.0-nightly (04caa632d 2021-01-30) running on x86_64-unknown-linux-gnu

Error output

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
@p0lunin p0lunin added C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Jan 31, 2021
@Aaron1011
Copy link
Member

This will be fixed by #81541

@WaffleLapkin
Copy link
Member

duplicate of #81531

@camelid
Copy link
Member

camelid commented Feb 1, 2021

Closing as duplicate of #81531.

@camelid camelid closed this as completed Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

4 participants