We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba04a52 commit 215b260Copy full SHA for 215b260
src/test/run-make/dep-info-no-analysis/Makefile
@@ -2,5 +2,5 @@
2
3
all:
4
$(RUSTC) -o $(TMPDIR)/input.dd -Z no-analysis --emit dep-info input.rs
5
- sed -i "s/^.*input.dd/input.dd/g" $(TMPDIR)/input.dd
+ sed -i'.bak' 's/^.*input.dd/input.dd/g' $(TMPDIR)/input.dd
6
diff -u $(TMPDIR)/input.dd input.dd
0 commit comments