Skip to content

Commit e8fc2fb

Browse files
committed
---
yaml --- r: 14690 b: refs/heads/try c: 674587c h: refs/heads/master v: v3
1 parent 246a47a commit e8fc2fb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 7b81cd8930079684d8b66bd7086931c969ef43a3
5+
refs/heads/try: 674587cfe5a871336f6337eabae75b20882faff5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/Makefile.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ endif
8282
ifdef SAVE_TEMPS
8383
CFG_RUSTC_FLAGS += --save-temps
8484
endif
85+
ifdef ENFORCE_MUT_VARS
86+
CFG_RUSTC_FLAGS += --enforce-mut-vars
87+
endif
8588
ifdef TIME_PASSES
8689
CFG_RUSTC_FLAGS += --time-passes
8790
endif

0 commit comments

Comments
 (0)