We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c513e4 commit 1e39ba7Copy full SHA for 1e39ba7
tests/testsuite/cargo_features.rs
@@ -633,6 +633,20 @@ fn publish_allowed() {
633
p.cargo("publish")
634
.replace_crates_io(registry.index_url())
635
.masquerade_as_nightly_cargo(&["test-dummy-unstable"])
636
+ .with_stderr(
637
+ "\
638
+[UPDATING] crates.io index
639
+[WARNING] [..]
640
+[..]
641
+[PACKAGING] a v0.0.1 [..]
642
+[VERIFYING] a v0.0.1 [..]
643
+[COMPILING] a v0.0.1 [..]
644
+[FINISHED] [..]
645
+[PACKAGED] [..]
646
+[UPLOADING] a v0.0.1 [..]
647
648
+",
649
+ )
650
.run();
651
}
652
0 commit comments