cfg.merge(value)
.chain_err(|| format!("failed to merge configuration at `{}`", path.display()))?;
Ok(())
- }).chain_err(|| "Couldn't load Cargo configuration")?;
+ }).chain_err(|| "could not load Cargo configuration")?;
self.load_credentials(&mut cfg)?;
match cfg {
p.cargo("publish").arg("-v"),
execs().with_status(101).with_stderr(
"\
-[ERROR] Couldn't load Cargo configuration
+[ERROR] could not load Cargo configuration
Caused by:
failed to load TOML configuration from `[..]config`
.cwd(&p.root().join("foo")),
execs().with_status(101).with_stderr(
"\
-[ERROR] Failed to create project `foo` at `[..]`
-
-Caused by:
- Couldn't load Cargo configuration
+[ERROR] could not load Cargo configuration
Caused by:
failed to merge configuration at `[..]`
p.cargo("build").arg("-v"),
execs().with_status(101).with_stderr(
"\
-[ERROR] Couldn't load Cargo configuration
+[ERROR] could not load Cargo configuration
Caused by:
could not parse TOML configuration in `[..]`
foo.cargo("build").arg("-v"),
execs().with_status(101).with_stderr(
"\
-[ERROR] Couldn't load Cargo configuration
+[ERROR] could not load Cargo configuration
Caused by:
could not parse TOML configuration in `[..]`