-
Notifications
You must be signed in to change notification settings - Fork 15
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
error: no such command +nightly
#54
Comments
Nightly toolchain is needed to build core and alloc libs. |
@boozook i don’t disagree, but as the error message above demonstrates, adding I ended up using a fork of crank because of this. |
Not only. If you have rustup, you could just add rust-toolchain toml with channel=nightly to the root of your project. Example. |
I have that and still get this error. |
When providing the
--device
flag,+nightly
is added tocargo build
:crank/src/main.rs
Lines 611 to 615 in f46cda4
and I run into the following error:
I've been using a local copy of
crank
that removes+nightly
and everything seems to work fine.What's the motivation for adding
+nightly
when the--device
flag is provided?The text was updated successfully, but these errors were encountered: