Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up`rustup run` doesn't work for bins not in the toolchain directory #210
Comments
brson
added
the
initial release
label
Apr 6, 2016
Boddlnagg
referenced this issue
Aug 24, 2016
Closed
Subcommand `run` does not search PATH for command argument #641
Diggsey
referenced this issue
Jan 9, 2017
Merged
Stop defaulting to $PATH searches when the binary can't be found and causing infinite recursion #917
Diggsey
closed this
May 4, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
brson commentedMar 30, 2016
"It looks like rustup run now only works when is one of rustc or cargo. I've been able to run multirust run nightly ./build-docs.sh with the old multirust when publishing new releases of rust-phf but that now fails:"
Source.