-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo build fails: can't find crate for std
#58
Comments
Likely |
Thats it! Thanks! |
But if i want to print "Hello world" by using std::println! , what should I do? |
@H-Y-B This might answer your question :-) |
What if one needs to use other std libraries like std::ptr for example? |
Everything you can use in a |
Is there a way to find out where |
@niondir Isn't it already stated in the |
I actually found another file where the |
The output of the error is the following:
rustup show
shows that the needed target is installed, though:What causes this?
The text was updated successfully, but these errors were encountered: