Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dmonakhov opened this issue Jan 13, 2024 · 0 comments
Open

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

dmonakhov opened this issue Jan 13, 2024 · 0 comments

Comments

@dmonakhov
Copy link

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`.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant