diff --git a/lib/config/presets/internal/global.ts b/lib/config/presets/internal/global.ts
index aaf331d81e69c5013bd789dd95386170bfefbd7b..ce8240fcf131d852dadb417e768987dee334f0c7 100644
--- a/lib/config/presets/internal/global.ts
+++ b/lib/config/presets/internal/global.ts
@@ -4,7 +4,7 @@ import type { Preset } from '../types';
 
 export const presets: Record<string, Preset> = {
   safeEnv: {
-    allowedEnv: ['GO*'],
+    allowedEnv: ['GO*', 'RUSTC_BOOTSTRAP'],
     description:
       'Hopefully safe environment variables to allow users to configure.',
   },