What happened?
cargo build on a trivial project (literally) does not compile/build.
Am I missing something super obvious?
Stack Trace
error.txt
How can we reproduce the bug?
sudo apt install protobuf-compiler
cargo init rust_adbc_test
cargo add adbc_core adbc_datafusion
cargo build
Environment/Setup
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 24.04.3 LTS
Release: 24.04
Codename: noble
protoc --version : libprotoc 3.21.12
cargo 1.91.0 (ea2d97820 2025-10-10)