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 am working on a fork of https://github.com/MaterializeInc/materialize and my branch is on top of commit MaterializeInc/materialize@9e11e1d. I made a change to one of our protobuf definitions and edited the relevant code, resulting in commit MaterializeInc/materialize@84200f2. Additionally, I ran cargo clean and cargo build and got a clean compile. Furthermore, VSCode with rust-analyzer is able to check the code, and I verified that cargo check is also fine. However, when I run cargo clippy --all-targets, a panic ensues.
The output I got with RUST_BACKTRACE=full is the following:
I am working on a fork of https://github.com/MaterializeInc/materialize and my branch is on top of commit MaterializeInc/materialize@9e11e1d. I made a change to one of our protobuf definitions and edited the relevant code, resulting in commit MaterializeInc/materialize@84200f2. Additionally, I ran
cargo clean
andcargo build
and got a clean compile. Furthermore, VSCode with rust-analyzer is able to check the code, and I verified thatcargo check
is also fine. However, when I runcargo clippy --all-targets
, a panic ensues.The output I got with
RUST_BACKTRACE=full
is the following:The text was updated successfully, but these errors were encountered: