]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/invalid-staticlib/Makefile
Rollup merge of #100898 - compiler-errors:too-many-expr-fields, r=spastorino
[rust.git] / src / test / run-make-fulldeps / invalid-staticlib / Makefile
1 include ../tools.mk
2
3 all:
4         touch $(TMPDIR)/libfoo.a
5         echo | $(RUSTC) - --crate-type=rlib -lstatic=foo 2>&1 | $(CGREP) "failed to add native library"