error[E0425]: cannot find function, tuple struct or tuple variant Ok
in this scope
#2743
-
Hi, BTW before this i also run with CARGO_TARGET_DIR set to /tmp/cargo-installUAGC4O, both same error. Please advise what I need to do. Thank you in advance. this is some extract of the error messages: error[E0425]: cannot find function, tuple struct or tuple variant Some errors have detailed explanations: E0405, E0408, E0412, E0416, E0425, E0463, E0531. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This looks to me like something is wrong with your Rust/Cargo installation. The errors are telling you that it can't find the Like how did you install Rust? Are you cross compiling? Which target are you on? |
Beta Was this translation helpful? Give feedback.
This looks to me like something is wrong with your Rust/Cargo installation. The errors are telling you that it can't find the
Some
function, which meanscore
isn't available. But you might consider trying to compile some other Rust programs to see if you get similar errors. My hypothesis is that you will.Like how did you install Rust? Are you cross compiling? Which target are you on?