File tree 9 files changed +9
-9
lines changed
run-make/many-crates-but-no-match
9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 17
17
18
18
extern crate a;
19
19
extern 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
21
21
//~| NOTE: crate `a` path #1:
22
22
//~| NOTE: crate `b` path #1:
23
23
Original file line number Diff line number Diff line change 17
17
18
18
extern crate a;
19
19
extern 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
21
21
//~| NOTE: crate `a` path #1:
22
22
//~| NOTE: crate `b` path #1:
23
23
Original file line number Diff line number Diff line change 17
17
18
18
extern crate a;
19
19
extern 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
21
21
//~| NOTE: crate `a` path #1:
22
22
//~| NOTE: crate `b` path #1:
23
23
Original file line number Diff line number Diff line change 17
17
18
18
extern crate a;
19
19
extern 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
21
21
//~| NOTE: crate `a` path #1:
22
22
//~| NOTE: crate `b` path #1:
23
23
Original file line number Diff line number Diff line change 17
17
18
18
extern crate a;
19
19
extern 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
21
21
//~| NOTE: crate `a` path #1:
22
22
//~| NOTE: crate `b` path #1:
23
23
Original file line number Diff line number Diff line change 17
17
18
18
extern crate a;
19
19
extern 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
21
21
//~| NOTE: crate `a` path #1:
22
22
//~| NOTE: crate `b` path #1:
23
23
Original file line number Diff line number Diff line change 17
17
18
18
extern crate a;
19
19
extern 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
21
21
//~| NOTE: crate `a` path #1:
22
22
//~| NOTE: crate `b` path #1:
23
23
Original file line number Diff line number Diff line change 22
22
23
23
extern crate uta;
24
24
extern 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?
26
26
//~| NOTE: crate `uta` path #1:
27
27
//~| NOTE: crate `utb` path #1:
28
28
Original file line number Diff line number Diff line change 28
28
# Ensure crateC fails to compile since A1 is "missing" and A2/A3 hashes do not match
29
29
$(RUSTC ) -L $(A2 ) -L $(A3 ) crateC.rs > $(LOG ) 2>&1 || true
30
30
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 )
32
32
grep " note: crate \` crateA\` path #1:" $(LOG )
33
33
grep " note: crate \` crateA\` path #2:" $(LOG )
34
34
grep " note: crate \` crateB\` path #1:" $(LOG )
You can’t perform that action at this time.
0 commit comments