File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -358,10 +358,10 @@ async function run() {
358358 }
359359 core . endGroup ( ) ;
360360
361- // Set CODEQL_ENABLE_EXPERIMENTAL_FEATURES for Rust if between 2.19.3 and 2.22.1 (excluded)
361+ // Set CODEQL_ENABLE_EXPERIMENTAL_FEATURES for Rust if between 2.19.3 (included) and 2.22.1 (excluded)
362362 // We need to set this environment variable before initializing the config, otherwise Rust
363- // analysis will not be enabled.
364- // Initially this was driven by a feature flag which has been rolled out already .
363+ // analysis will not be enabled (experimental language packs are only active with that environment
364+ // variable set to `true`) .
365365 if (
366366 // Only enable the experimental features env variable for Rust analysis if the user has explicitly
367367 // requested rust - don't enable it via language autodetection.
You can’t perform that action at this time.
0 commit comments