We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fad881 commit 223942dCopy full SHA for 223942d
src/test/run-make/env-dep-info/Makefile
@@ -7,7 +7,7 @@ ADDITIONAL_ARGS := $(RUSTFLAGS)
7
endif
8
9
all:
10
- EXISTING_ENV=1 EXISTING_OPT_ENV=1 OVERRIDEN_INJECTED_ENV=0 $(RUSTC) --emit dep-info -Zunstable-options --env INJECTED_ENV=1 --env OVERRIDEN_ENV=1 main.rs
+ EXISTING_ENV=1 EXISTING_OPT_ENV=1 OVERRIDEN_ENV=0 $(RUSTC) --emit dep-info -Zunstable-options --env INJECTED_ENV=1 --env OVERRIDEN_ENV=1 main.rs
11
$(CGREP) "# env-dep:EXISTING_ENV=1" < $(TMPDIR)/main.d
12
$(CGREP) "# env-dep:EXISTING_OPT_ENV=1" < $(TMPDIR)/main.d
13
$(CGREP) "# env-dep:NONEXISTENT_OPT_ENV" < $(TMPDIR)/main.d
0 commit comments