File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
run-make/many-crates-but-no-match Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1717
1818extern crate a;
1919extern crate b; //~ ERROR: found possibly newer version of crate `a` which `b` depends on
20- //~| NOTE: perhaps this crate needs to be recompiled
20+ //~| NOTE: perhaps that crate needs to be recompiled
2121//~| NOTE: crate `a` path #1:
2222//~| NOTE: crate `b` path #1:
2323
Original file line number Diff line number Diff line change 1717
1818extern crate a;
1919extern crate b; //~ ERROR: found possibly newer version of crate `a` which `b` depends on
20- //~| NOTE: perhaps this crate needs to be recompiled
20+ //~| NOTE: perhaps that crate needs to be recompiled
2121//~| NOTE: crate `a` path #1:
2222//~| NOTE: crate `b` path #1:
2323
Original file line number Diff line number Diff line change 1717
1818extern crate a;
1919extern crate b; //~ ERROR: found possibly newer version of crate `a` which `b` depends on
20- //~| NOTE: perhaps this crate needs to be recompiled
20+ //~| NOTE: perhaps that crate needs to be recompiled
2121//~| NOTE: crate `a` path #1:
2222//~| NOTE: crate `b` path #1:
2323
Original file line number Diff line number Diff line change 1717
1818extern crate a;
1919extern crate b; //~ ERROR: found possibly newer version of crate `a` which `b` depends on
20- //~| NOTE: perhaps this crate needs to be recompiled
20+ //~| NOTE: perhaps that crate needs to be recompiled
2121//~| NOTE: crate `a` path #1:
2222//~| NOTE: crate `b` path #1:
2323
Original file line number Diff line number Diff line change 1717
1818extern crate a;
1919extern crate b; //~ ERROR: found possibly newer version of crate `a` which `b` depends on
20- //~| NOTE: perhaps this crate needs to be recompiled
20+ //~| NOTE: perhaps that crate needs to be recompiled
2121//~| NOTE: crate `a` path #1:
2222//~| NOTE: crate `b` path #1:
2323
Original file line number Diff line number Diff line change 1717
1818extern crate a;
1919extern crate b; //~ ERROR: found possibly newer version of crate `a` which `b` depends on
20- //~| NOTE: perhaps this crate needs to be recompiled
20+ //~| NOTE: perhaps that crate needs to be recompiled
2121//~| NOTE: crate `a` path #1:
2222//~| NOTE: crate `b` path #1:
2323
Original file line number Diff line number Diff line change 1717
1818extern crate a;
1919extern crate b; //~ ERROR: found possibly newer version of crate `a` which `b` depends on
20- //~| NOTE: perhaps this crate needs to be recompiled
20+ //~| NOTE: perhaps that crate needs to be recompiled
2121//~| NOTE: crate `a` path #1:
2222//~| NOTE: crate `b` path #1:
2323
Original file line number Diff line number Diff line change 2222
2323extern crate uta;
2424extern crate utb; //~ ERROR: found possibly newer version of crate `uta` which `utb` depends
25- //~| NOTE: perhaps this crate needs to be recompiled?
25+ //~| NOTE: perhaps that crate needs to be recompiled?
2626//~| NOTE: crate `uta` path #1:
2727//~| NOTE: crate `utb` path #1:
2828
Original file line number Diff line number Diff line change 2828 # Ensure crateC fails to compile since A1 is "missing" and A2/A3 hashes do not match
2929 $(RUSTC ) -L $(A2 ) -L $(A3 ) crateC.rs > $(LOG ) 2>&1 || true
3030 grep " error: found possibly newer version of crate \` crateA\` which \` crateB\` depends on" $(LOG )
31- grep " note: perhaps this crate needs to be recompiled?" $(LOG )
31+ grep " note: perhaps that crate needs to be recompiled?" $(LOG )
3232 grep " note: crate \` crateA\` path #1:" $(LOG )
3333 grep " note: crate \` crateA\` path #2:" $(LOG )
3434 grep " note: crate \` crateB\` path #1:" $(LOG )
You can’t perform that action at this time.
0 commit comments