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 8ba3ec2 commit 47c2095Copy full SHA for 47c2095
tests/build-std/main.rs
@@ -379,6 +379,9 @@ fn test_proc_macro() {
379
.file("src/lib.rs", "")
380
.build();
381
382
+ // Download dependencies first,
383
+ // so we can compare `cargo test` output without any wildcard
384
+ p.cargo("fetch").build_std().run();
385
p.cargo("test --lib")
386
.env_remove(cargo_util::paths::dylib_path_envvar())
387
.build_std()
0 commit comments