Must import wkt
crate if any message is present
#846
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
sidekick
Issues related to the code generator
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
type: process
A process-related concern. May include testing, release, or the like.
We need to import the
wkt
crate to define thewkt::message::Message
trait. Otherwise we get errors:Note that one of the golden files already has this problem. It uses the crate here:
google-cloud-rust/generator/testdata/rust/protobuf/golden/type/src/model.rs
Line 117 in 25149ad
But it is missing here:
google-cloud-rust/generator/testdata/rust/protobuf/golden/type/src/model.rs
Lines 20 to 21 in 25149ad
The text was updated successfully, but these errors were encountered: