Looks like a Rust format error. I'm confused as to why this just got
triggered. The format checks have been there for a while.

Hopefully this fixes it: https://github.com/apache/thrift/pull/2466

Best,
Allen

On Thu, Oct 14, 2021 at 9:20 PM Jens Geyer <[email protected]> wrote:

> Hi,
>
> this is from the logs. Any ideas?
>
> make[4]: Entering directory '/thrift/src/lib/rs'
> /root/.cargo/bin/cargo fmt --all -- --check
> Diff in /thrift/src/lib/rs/src/protocol/compact.rs at line 638:
>          TType::Set => 0x0A,
>          TType::Map => 0x0B,
>          TType::Struct => 0x0C,
>          _ => panic!(
>              "should not have attempted to convert {} to u8",
>              field_type
>          ),
>          _ => panic!("should not have attempted to convert {} to u8",
> field_type),
>      }
>  }
>
> Makefile:819: recipe for target 'all-local' failed

Reply via email to