Skip to content

Commit 05a01f2

Browse files
committed
---
yaml --- r: 11684 b: refs/heads/master c: 674587c h: refs/heads/master v: v3
1 parent 1496e43 commit 05a01f2

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 7b81cd8930079684d8b66bd7086931c969ef43a3
2+
refs/heads/master: 674587cfe5a871336f6337eabae75b20882faff5
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/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)