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 fa1d63a commit 056f8f0Copy full SHA for 056f8f0
mk/main.mk
@@ -330,10 +330,10 @@ ifdef CFG_DISABLE_UNSTABLE_FEATURES
330
CFG_INFO := $(info cfg: disabling unstable features (CFG_DISABLE_UNSTABLE_FEATURES))
331
# Turn on feature-staging
332
export CFG_DISABLE_UNSTABLE_FEATURES
333
-endif
334
# Subvert unstable feature lints to do the self-build
335
-export CFG_BOOTSTRAP_KEY
336
export RUSTC_BOOTSTRAP_KEY:=$(CFG_BOOTSTRAP_KEY)
+endif
+export CFG_BOOTSTRAP_KEY
337
338
######################################################################
339
# Per-stage targets and runner
0 commit comments