BlockchainCommons/bc-dcbor-rust

dcbor v0.11.0 build fails src/lib.rs:68:9

Opened this issue · 0 comments

cargo t
...
   Compiling dcbor v0.11.0 (/home/monakhov/SRC/github.com/BlockchainCommons/bc-dcbor-rust)
error[E0659]: `bytes` is ambiguous
  --> src/lib.rs:68:9
   |
68 | pub use bytes::*;
   |         ^^^^^ ambiguous name
   |
   = note: ambiguous because of multiple potential import sources
   = note: `bytes` could refer to a crate passed with `--extern`
   = help: use `::bytes` to refer to this crate unambiguously
note: `bytes` could also refer to the module defined here
  --> src/lib.rs:67:1
   |
67 | mod bytes;
   | ^^^^^^^^^^
   = help: use `crate::bytes` to refer to this module unambiguously

For more information about this error, try `rustc --explain E0659`.