You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See http://doc.crates.io/manifest.html#package-metadata for more info.",
Copy file name to clipboardexpand all lines: tests/package.rs
+15-5
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ fn simple() {
37
37
assert_that(p.cargo_process("package"),
38
38
execs().with_status(0).with_stderr(&format!("\
39
39
[WARNING] manifest has no documentation[..]
40
+
See [..]
40
41
[PACKAGING] foo v0.0.1 ({dir})
41
42
[VERIFYING] foo v0.0.1 ({dir})
42
43
[COMPILING] foo v0.0.1 ({dir}[..])
@@ -82,8 +83,8 @@ fn metadata_warning() {
82
83
assert_that(p.cargo_process("package"),
83
84
execs().with_status(0).with_stderr(&format!("\
84
85
warning: manifest has no description, license, license-file, documentation, \
85
-
homepage or repository. See \
86
-
http://doc.crates.io/manifest.html#package-metadata for more info.
86
+
homepage or repository.
87
+
See http://doc.crates.io/manifest.html#package-metadata for more info.
87
88
[PACKAGING] foo v0.0.1 ({dir})
88
89
[VERIFYING] foo v0.0.1 ({dir})
89
90
[COMPILING] foo v0.0.1 ({dir}[..])
@@ -104,8 +105,8 @@ http://doc.crates.io/manifest.html#package-metadata for more info.
104
105
"#);
105
106
assert_that(p.cargo_process("package"),
106
107
execs().with_status(0).with_stderr(&format!("\
107
-
warning: manifest has no description, documentation, homepage or repository. See \
108
-
http://doc.crates.io/manifest.html#package-metadata for more info.
108
+
warning: manifest has no description, documentation, homepage or repository.
109
+
See http://doc.crates.io/manifest.html#package-metadata for more info.
See http://doc.crates.io/manifest.html#package-metadata for more info.
168
170
[PACKAGING] foo v0.0.1 ([..])
169
171
[ARCHIVING] [..]
170
172
[ARCHIVING] [..]
@@ -175,6 +177,7 @@ fn package_verbose() {
175
177
.cwd(p.root().join("a")),
176
178
execs().with_status(0).with_stderr("\
177
179
[WARNING] manifest has no description[..]
180
+
See http://doc.crates.io/manifest.html#package-metadata for more info.
178
181
[PACKAGING] a v0.0.1 ([..])
179
182
[ARCHIVING] [..]
180
183
[ARCHIVING] [..]
@@ -198,6 +201,7 @@ fn package_verification() {
198
201
assert_that(p.cargo("package"),
199
202
execs().with_status(0).with_stderr(&format!("\
200
203
[WARNING] manifest has no description[..]
204
+
See http://doc.crates.io/manifest.html#package-metadata for more info.
[WARNING] manifest has no documentation, homepage or repository. See http://doc.crates.io/manifest.html#package-metadata for more info.
238
+
[WARNING] manifest has no documentation, homepage or repository.
239
+
See http://doc.crates.io/manifest.html#package-metadata for more info.
235
240
[ERROR] all path dependencies must have a version specified when packaging.
See http://doc.crates.io/manifest.html#package-metadata for more info.
See http://doc.crates.io/manifest.html#package-metadata for more info.
285
292
[PACKAGING] foo v0.0.1 ([..])
286
293
[ARCHIVING] [..]
287
294
[ARCHIVING] [..]
@@ -391,6 +398,7 @@ fn ignore_nested() {
391
398
assert_that(p.cargo_process("package"),
392
399
execs().with_status(0).with_stderr(&format!("\
393
400
[WARNING] manifest has no documentation[..]
401
+
See http://doc.crates.io/manifest.html#package-metadata for more info.
0 commit comments