Closed
Description
For more information about this error, try `rustc --explain E0463`.
error[E0463]: can't find crate for `std`
--> /Users/jivinvaidya/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:9:1
|
9 | extern crate std;
| ^^^^^^^^^^^^^^^^^ can't find crate
|
= note: the `bpfel-unknown-unknown` target may not support the standard library
= help: consider building the standard library from source with `cargo build -Zbuild-std`
I am unable to compile the code due to this error. Any help is appreciated. Thanks