]> git.proxmox.com Git - cargo.git/commitdiff
Auto merge of #3068 - binarybirchtree:generalize-error-message, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 3 Sep 2016 17:29:20 +0000 (10:29 -0700)
committerGitHub <noreply@github.com>
Sat, 3 Sep 2016 17:29:20 +0000 (10:29 -0700)
Generalize error message used by both `cargo package` and `cargo publish`.

Resolves issue #3061.

This pull request updates the wording of the error message in question to be applicable to both `cargo package` and `cargo publish`, and adds a test case for the example in the issue description.


Trivial merge