wkt-build does not use full paths which causes conflicts
dvtkrlbs opened this issue · 0 comments
dvtkrlbs commented
in the add-serde logic the code generated does not use std::result::Result
instead uses Result
which in my case causes a conflict since a proto file that I am consuming also defines Result