Improve depinfo error

This commit is contained in:
Cameron Steffen 2021-09-23 13:14:46 -05:00
parent fb61d04896
commit f6c5d580b8

View File

@ -92,7 +92,9 @@ fn extern_flags() -> String {
.collect();
assert!(
not_found.is_empty(),
"dependencies not found in depinfo: {:?}",
"dependencies not found in depinfo: {:?}\n\
help: Make sure the `-Z binary-dep-depinfo` rust flag is enabled\n\
help: Try adding to dev-dependencies in Cargo.toml",
not_found
);
crates