Move --ls behind -Z ls

Closes #13549
This commit is contained in:
Flavio Percoco 2014-04-16 16:28:09 +02:00
parent 246ebd2d5a
commit fcdc36b142
5 changed files with 8 additions and 10 deletions

View file

@ -2,6 +2,6 @@
all:
$(RUSTC) foo.rs
$(RUSTC) --ls $(TMPDIR)/foo
$(RUSTC) -Z ls $(TMPDIR)/foo
touch $(TMPDIR)/bar
$(RUSTC) --ls $(TMPDIR)/bar
$(RUSTC) -Z ls $(TMPDIR)/bar