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
when set target to bpfel-unknown-none, cargo build will failed
error[E0432]: unresolved import `ad`
--> /home/sherlock/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/cty-0.2.2/src/lib.rs:13:9
|
13 | pub use ad::*;
| ^^ maybe a missing crate `ad`?
|
= help: consider adding `extern crate ad` to use the `ad` crate
For more information about this error, try `rustc --explain E0432`.
error: could not compile `cty` due to previous error
warning: build failed, waiting for other jobs to finish...
The text was updated successfully, but these errors were encountered:
when set target to bpfel-unknown-none, cargo build will failed
The text was updated successfully, but these errors were encountered: