-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Rust: Docs updates #20574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Rust: Docs updates #20574
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates documentation to prepare for Rust general availability (GA) in the next release (2.23.3) by removing experimental language and adding comprehensive Rust references throughout the documentation.
- Removes "experimental" language from Rust support documentation
- Adds missing references to Rust data flow analysis documentation
- Updates system requirements to include Rust extraction dependencies
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
docs/codeql/writing-codeql-queries/creating-path-queries.rst | Adds Rust references to data flow documentation links and supported languages |
docs/codeql/reusables/supported-frameworks.rst | Removes experimental status statement for Rust support |
docs/codeql/codeql-overview/system-requirements.rst | Adds system requirements for Rust extraction (rustup and cargo) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@geoffw0 👋🏻 - Approving on behalf of docs.
Made a coupl.e of suggestions to improve the new content.
Co-authored-by: mc <[email protected]>
Docs suggestions accepted, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 on the technical side from me!
Some more docs updates - odds and ends in the
codeql
repo:supported-versions-compilers.rst
insystem-requirements.rst
(@redsun82 can you confirm this information is correct?).analyzing-data-flow-in-rust
doc.