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 fb61d04 commit f6c5d58Copy full SHA for f6c5d58
tests/compile-test.rs
@@ -92,7 +92,9 @@ fn extern_flags() -> String {
92
.collect();
93
assert!(
94
not_found.is_empty(),
95
- "dependencies not found in depinfo: {:?}",
+ "dependencies not found in depinfo: {:?}\n\
96
+ help: Make sure the `-Z binary-dep-depinfo` rust flag is enabled\n\
97
+ help: Try adding to dev-dependencies in Cargo.toml",
98
not_found
99
);
100
crates
0 commit comments