Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit ea38ffc

Browse files
authored
Merge pull request #8 from Mark-Simulacrum/master
Fix build of futures-rs
2 parents 0abf1b1 + aa2c1fa commit ea38ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

futures-rs-test-all/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: all touch clean
22

33
all:
4-
$(CARGO_BUILD) --test all
4+
cargo rustc --test all --verbose -- -Ztime-passes -Zinput-stats
55
touch:
66
rm -f target/debug/all-*
77
clean:

0 commit comments

Comments
 (0)