mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
433da1fc04
They pass fine.
8 lines
250 B
Makefile
8 lines
250 B
Makefile
include ../tools.mk
|
|
|
|
all:
|
|
cp foo.rs $(TMPDIR)/foo.rs
|
|
mkdir $(TMPDIR)/foo
|
|
$(RUSTC) $(TMPDIR)/foo.rs -o $(TMPDIR)/foo 2>&1 \
|
|
| $(CGREP) -e "the generated executable for the input file \".*foo\.rs\" conflicts with the existing directory \".*foo\""
|