We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5065f0c commit e1d61cbCopy full SHA for e1d61cb
src/test/run-make/save-analysis/Makefile
@@ -3,4 +3,5 @@ all: code
3
krate2: krate2.rs
4
$(RUSTC) $<
5
code: foo.rs krate2
6
+ $(RUSTC) foo.rs -Zsave-analysis-csv
7
$(RUSTC) foo.rs -Zsave-analysis
0 commit comments