We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bbd5a5 commit f6e6f9fCopy full SHA for f6e6f9f
tests/testsuite/publish.rs
@@ -325,7 +325,7 @@ fn unpublishable_crate() {
325
.with_stderr(
326
"\
327
[ERROR] `foo` cannot be published.
328
-The registry `crates-io` is not listed in the `publish` value in Cargo.toml.
+`publish` is set to `false` or an empty list in Cargo.toml and prevents publishing.
329
",
330
)
331
.run();
@@ -684,7 +684,7 @@ fn publish_empty_list() {
684
685
686
687
-The registry `alternative` is not listed in the `publish` value in Cargo.toml.
688
689
690
0 commit comments