cargo install probe-rs-tools Compiling textwrap v0.16.1 error[E0252]: the name `FromBytes` is defined multiple times --> .cargo/registry/src/index.crates.io-6f17d22bba15001f/probe-rs-0.24.0/src/rtt.rs:59:23 | 58 | use zerocopy::{AsBytes, FromBytes}; | --------- previous import of the macro `FromBytes` here 59 | use zerocopy_derive::{FromBytes, FromZeroes}; | ^^^^^^^^^-- | | | `FromBytes` reimported here | help: remove unnecessary import | = note: `FromBytes` must be defined only once in the macro namespace of this module