Skip to content

Commit 00f6d9b

Browse files
author
Paolo Tranquilli
committed
Rust: start preparing documentation changes
1 parent c2baf9a commit 00f6d9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/codeql/reusables/supported-versions-compilers.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
JavaScript,ECMAScript 2022 or lower,Not applicable,"``.js``, ``.jsx``, ``.mjs``, ``.es``, ``.es6``, ``.htm``, ``.html``, ``.xhtm``, ``.xhtml``, ``.vue``, ``.hbs``, ``.ejs``, ``.njk``, ``.json``, ``.yaml``, ``.yml``, ``.raml``, ``.xml`` [7]_"
2626
Python [8]_,"2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13",Not applicable,``.py``
2727
Ruby [9]_,"up to 3.3",Not applicable,"``.rb``, ``.erb``, ``.gemspec``, ``Gemfile``"
28+
Rust [13]_,"Rust editions 2021 and 2024","Rust compiler","``.rs``, ``Cargo.toml``"
2829
Swift [10]_,"Swift 5.4-6.0","Swift compiler","``.swift``"
2930
TypeScript [11]_,"2.6-5.8",Standard TypeScript compiler,"``.ts``, ``.tsx``, ``.mts``, ``.cts``"
3031

@@ -42,3 +43,4 @@
4243
.. [10] Support for the analysis of Swift requires macOS.
4344
.. [11] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default.
4445
.. [12] Support for GitHub Actions is in public preview.
46+
.. [13] Support for Rust is in private preview and requires ``rustup`` and ``cargo`` to be installed. Features from nightly toolchains are not supported.

0 commit comments

Comments
 (0)