You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've verified it works with a fresh clone of the repository at the commit specified. cargo build works fine, cargo clippy also works fine. Feel free to reach out if you need any other information :)
The text was updated successfully, but these errors were encountered:
I just tried it locally with nightly rustc/clippy and it does not ICE for me, just a couple of warnings. Can you try updating and see if it still crashes with a newer clippy?
Crash running clippy in https://github.com/Nabushika/webex-rust/tree/b3d3e6d2dc9d16a28f64dcc608c2f243a73f95c6
command was
cargo clippy --fix --allow-dirty
(local repo has some unstaged files for local dev stuff)Error report is as follows:
Cargo version: cargo 1.70.0 (ec8a8a0ca 2023-04-25)
Rustc version: rustc 1.70.0 (90c541806 2023-05-31)
I've verified it works with a fresh clone of the repository at the commit specified.
cargo build
works fine,cargo clippy
also works fine. Feel free to reach out if you need any other information :)The text was updated successfully, but these errors were encountered: