apache / dubbo-rust

Apache Dubbo Rust implementation
https://dubbo.apache.org/
Apache License 2.0
279 stars 63 forks source link

#[serde(default)] can only be used on structs, not enum #161

Closed liudada114 closed 1 year ago

liudada114 commented 1 year ago

A bug in the building. Maybe we can change config.type_attribute(".", "#[serde(default)]"); to config. Message_attribute (". ", "# [serde (default)]"); image image