You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: