Sweep unrelated message from unnecessary workspace infromation#8681
Conversation
|
(rust_highfive has picked a reviewer for you, use r? to override) |
|
Before 2018 edition, binaries installation from current working directory is deprecated. In 2018 edition without |
|
Thanks, can you maybe add a test for this? I don't think it is necessary to do any edition checks (which I think would be near impossible anyways). |
Yes. Fortunately I did not choose this solution.
Seems that |
|
I would add a new test that creates a package to install from a registry (use |
|
I've add a test. Thanks for your mentoring @ehuss! |
|
Thanks! |
|
📌 Commit a527caa has been approved by |
|
☀️ Test successful - checks-actions |
Update cargo 6 commits in 875e0123259b0b6299903fe4aea0a12ecde9324f..8777a6b1e8834899f51b7e09cc9b8d85b2417110 2020-09-08 20:17:21 +0000 to 2020-09-15 19:11:03 +0000 - updated yank error message (rust-lang/cargo#8697) - Fix non-determinism with new feature resolver. (rust-lang/cargo#8701) - Display formatted output for JSON diffing in tests. (rust-lang/cargo#8692) - Add --name suggestion for cargo new (rust-lang/cargo#8675) - Sweep unrelated message from unnecessary workspace infromation (rust-lang/cargo#8681) - Docs: Make it more clear we have two types of workspaces (rust-lang/cargo#8666)
Resolves #8619
Only pass workspace information when the source is from a local crate installation.