]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/issue-26092/Makefile
Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillot
[rust.git] / src / test / run-make-fulldeps / issue-26092 / Makefile
1 include ../tools.mk
2
3 # This test ensures that rustc does not panic with `-o ""` option.
4
5 all:
6         $(RUSTC) -o "" blank.rs 2>&1 | $(CGREP) -i 'panic' && exit 1 || exit 0