TheVova

Results 5 comments of TheVova

is there any update on this? im getting the same error for multiple builtins while linking rust libs to C code, ``` /home/vlad/arm-gcc/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: /home/vlad/arm-gcc/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v7e-m+fp/hard/libgcc.a(_arm_addsubdf3.o): in function `__extendsfdf2': (.text+0x2c8): multiple definition...

Ok, so this breaks some tests atm because of the hidden assumption that Message implies Debug, which probably means it will break some user code that relies on this property....

im interested in this as well. removing Debug from `Message: Debug + Send + Sync` can the code a lot smaller for embedded use (where i dont want debug or...

cool. i'll fix this then. do we want it via codegen option in prost build so it can be set via `prost_build::Config` or as a feature in prost-derive?

I mainly meant the ergonomics of it for end users. if i wanna setup my codegen in my build.rs as is usually the case, i wanna be able to specify...