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 1496e43 commit 05a01f2Copy full SHA for 05a01f2
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 7b81cd8930079684d8b66bd7086931c969ef43a3
+refs/heads/master: 674587cfe5a871336f6337eabae75b20882faff5
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
trunk/Makefile.in
@@ -82,6 +82,9 @@ endif
82
ifdef SAVE_TEMPS
83
CFG_RUSTC_FLAGS += --save-temps
84
endif
85
+ifdef ENFORCE_MUT_VARS
86
+ CFG_RUSTC_FLAGS += --enforce-mut-vars
87
+endif
88
ifdef TIME_PASSES
89
CFG_RUSTC_FLAGS += --time-passes
90
0 commit comments