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 a3ae299 commit 886c878Copy full SHA for 886c878
tests/bad-config.rs
@@ -112,7 +112,10 @@ fn bad5() {
112
assert_that(foo.cargo("new")
113
.arg("-v").arg("foo").cwd(&foo.root().join("foo")),
114
execs().with_status(101).with_stderr("\
115
-[ERROR] Couldn't load Cargo configuration
+[ERROR] Failed to create project `foo` at `[..]`
116
+
117
+Caused by:
118
+ Couldn't load Cargo configuration
119
120
Caused by:
121
failed to merge key `foo` between files:
0 commit comments