gRPC blanket implementation from ibc-rs #337
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
test.yml
on: pull_request
cleanup-runs
6s
test
2m 52s
Annotations
4 errors and 5 warnings
cannot find value `let_` in this scope:
src/app/abci/v0_37/impls.rs#L271
error[E0425]: cannot find value `let_` in this scope
--> src/app/abci/v0_37/impls.rs:271:13
|
271 | let_ = write!(acc, "{b:02X}");
| ^^^^
|
help: you might have meant to introduce a new binding
|
271 | let let_ = write!(acc, "{b:02X}");
| +++
|
test:
src/app/abci/v0_37/impls.rs#L271
cannot find value `let_` in this scope
|
test
could not compile `basecoin` (lib) due to previous error
|
test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|