We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64cca3a commit a75fc0dCopy full SHA for a75fc0d
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@$(TMPDIR)/@@g" $(TMPDIR)/input.dd
+ sed -i "s/^.*input.dd/input.dd/g" $(TMPDIR)/input.dd
6
diff -u $(TMPDIR)/input.dd input.dd
0 commit comments