]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/issue-26092/Makefile
:arrow_up: rust-analyzer
[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