blob: 0dbe655b77dfd9c91ff5104b3e6fe81f80106281 (
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"
|