]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/no-intermediate-extras/Makefile
Rollup merge of #107194 - xfix:remove-slice-internals-dependency-in-rustc-ast, r...
[rust.git] / tests / run-make-fulldeps / no-intermediate-extras / Makefile
1 # Regression test for issue #10973
2
3 include ../tools.mk
4
5 all:
6         $(RUSTC) --crate-type=rlib --test foo.rs
7         rm $(TMPDIR)/foo.bc && exit 1 || exit 0