ibc-rs icon indicating copy to clipboard operation
ibc-rs copied to clipboard

`check-substrate` job fails due to `displaydoc` issue with the latest Rust nightly compiler

Open Farhad-Shabani opened this issue 2 years ago • 0 comments

Summary

Context: https://github.com/cosmos/ibc-rs/pull/1099#issuecomment-1964159092

The check-substrate job for no_std check relies on nightly channel, which fails when running with latest nightly > 2024-02-27 compiler that accepted https://github.com/rust-lang/rust/pull/120393. This should be resolved in https://github.com/yaahc/displaydoc/issues/46.

As a temporary solution, we've set the NIGHTLY_VERSION to nightly-2024-02-24. It's worthwhile to explore whether it's essential to perform the no_std checks on the nightly channel.

Farhad-Shabani avatar Feb 28 '24 23:02 Farhad-Shabani