大抵の場合はコードスタイルの問題で落ちているため、以下のコマンドを実行して修正すると通る可能性が高い ツールチェイン等が最新版でない場合は rustup update しておく
rustup update
cargo clippy --no-deps --all-features --fix # 場合によっては --allow-dirty cargo +nightly fmt --all
There was an error while loading. Please reload this page.