blob: 5c9cc9935099f55efecea3971289169f27b926c0 (
plain)
1
2
3
4
5
6
|
-include ../tools.mk
all:
touch $(TMPDIR)/rust.metadata.bin
$(AR) crus $(TMPDIR)/libfoo-ffffffff-1.0.rlib $(TMPDIR)/rust.metadata.bin
$(RUSTC) foo.rs 2>&1 | grep "can't find crate for"
|