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() {
358
358
}
359
359
core . endGroup ( ) ;
360
360
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)
362
362
// 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`) .
365
365
if (
366
366
// Only enable the experimental features env variable for Rust analysis if the user has explicitly
367
367
// requested rust - don't enable it via language autodetection.
You can’t perform that action at this time.
0 commit comments