]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/invalid-staticlib/Makefile
Rollup merge of #106441 - mllken:abstract-socket-noref, r=joshtriplett
[rust.git] / tests / 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"