cargo check in components/tikv_util
cargo check exits normally.
cargo check failed and report:
error[E0599]: no method named `generate_files` found for type `&Builder` in the current scope
--> /home/iosmanthus/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-build-0.10.0/src/lib.rs:56:14
|
56 | self.generate_files();
| ^^^^^^^^^^^^^^
error: aborting due to previous error
Can't run cargo check in components/tidb_query neither.
@nrc @BusyJay @brson PTAL, thanks! It might not be friendly that general cargo commands doesn't work in our project.
You must specify either prost-codec or protobuf-codec feature for it to work. It would be better if this was not required, but it is tricky
Most helpful comment
You must specify either
prost-codecorprotobuf-codecfeature for it to work. It would be better if this was not required, but it is tricky