bincode icon indicating copy to clipboard operation
bincode copied to clipboard

`libcore` reference should use `::core`

Open dpc opened this issue 8 months ago • 0 comments

E.g.: https://github.com/bincode-org/bincode/blob/cfc067224e135ad73fae2fa22d7b4327f713d84d/derive/src/derive_enum.rs#L45

Otherwise macro fails if there's a mod core anywhere, which is not impossible, as it's a very generic name.

dpc avatar Apr 23 '25 22:04 dpc