extern crate foo;
extern crate bar;
- fn local() {
+ pub fn local() {
foo::foo1();
bar::bar();
}
assert_that(p.cargo_process("build"),
execs().with_status(101).with_stderr("\
+[UPDATING] registry [..]
+[UPDATING] git repository [..]
error: no matching package for override `foo:0.1.0` found
location searched: file://[..]
version required: = 0.1.0
assert_that(p.cargo_process("build"),
execs().with_status(101).with_stderr("\
+[UPDATING] registry [..]
+[UPDATING] git repository [..]
error: Unable to update file://[..]
Caused by:
assert_that(p.cargo_process("build"),
execs().with_status(101).with_stderr("\
+[UPDATING] registry [..]
+[UPDATING] git repository [..]
error: overlapping replacement specifications found:
* [..]