-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Let rustpkg find sources in the current working directory even if it's not a workspace #8520
Comments
ghost
assigned catamorphism
Aug 15, 2013
(also, rustpkg will infer the package ID in this case from the current directory) |
Fixing this is blocked on me being able to ssh into the linux bot again. |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Mar 24, 2022
fix suggestion on `[map_flatten]` being cropped causing possible information loss fixes rust-lang#8506 Multi-line suggestion given by the lint is missing its bottom part, which could potentially contains useful information about the fix. --- changelog: [`map_flatten`]: Long suggestions will now be splitup into two help messages
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you execute rustpkg in a non-workspace directory, and none of your RUST_PATH entries contain the package ID you specified, rustpkg should try to build sources in the current directory. (It will, however, install to the first RUST_PATH entry in this case.)
The text was updated successfully, but these errors were encountered: