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
Auto merge of #4097 - nipunn1313:tarball_up2, r=Turbo87
Add a test for verify_tarball
Depends on #4096.
(Because of community/community#4477 - it doesn't render the diff against #4096 - so you have to go to commits tab to see appropriate diff).
assert_eq!(missing_metadata_error_message(&["a"]),"missing or empty metadata fields: a. Please see https://doc.rust-lang.org/cargo/reference/manifest.html for how to upload metadata");
418
416
assert_eq!(missing_metadata_error_message(&["a","b"]),"missing or empty metadata fields: a, b. Please see https://doc.rust-lang.org/cargo/reference/manifest.html for how to upload metadata");
419
417
assert_eq!(missing_metadata_error_message(&["a","b","c"]),"missing or empty metadata fields: a, b, c. Please see https://doc.rust-lang.org/cargo/reference/manifest.html for how to upload metadata");
0 commit comments