Skip to content
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

Closed
catamorphism opened this issue Aug 15, 2013 · 2 comments · Fixed by #9736
Closed

Comments

@catamorphism
Copy link
Contributor

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.)

@ghost ghost assigned catamorphism Aug 15, 2013
@catamorphism
Copy link
Contributor Author

(also, rustpkg will infer the package ID in this case from the current directory)

@catamorphism
Copy link
Contributor Author

Fixing this is blocked on me being able to ssh into the linux bot again.

catamorphism added a commit that referenced this issue Oct 12, 2013
As per #8520, find crates in the current working directory even
if it's not a workspace.

Closes #8520
bors added a commit that referenced this issue Oct 21, 2013
r? @cmr As per #8520, find crates in the current working directory even
if it's not a workspace.

Closes #8520
@catamorphism catamorphism removed their assignment Jun 16, 2014
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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant