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 7a4a594 commit 3aae437Copy full SHA for 3aae437
tests/testsuite/artifact_dep.rs
@@ -2904,8 +2904,10 @@ fn check_transitive_artifact_dependency_with_different_target() {
2904
p.cargo("check -Z bindeps")
2905
.masquerade_as_nightly_cargo(&["bindeps"])
2906
.with_stderr_contains(
2907
- "error: could not find specification for target `custom-target`.\n \
2908
- Dependency `baz v0.0.0 [..]` requires to build for target `custom-target`.",
+ "error: failed to run `rustc` to learn about target-specific information",
+ ).with_stderr_contains(
2909
+ "[..] error: Error loading target specification: Could not find specification for \
2910
+ target \"custom-target\". [..]"
2911
)
2912
.with_status(101)
2913
.run();
0 commit comments