Skip to content

Rust: Add Callable as a base class of Function and ClosureExpr #17770

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

Merged
merged 5 commits into from
Oct 15, 2024

Conversation

redsun82
Copy link
Contributor

This includes and updates #17736

@redsun82 redsun82 requested a review from a team as a code owner October 15, 2024 12:29
@github-actions github-actions bot added the Rust Pull requests that update Rust code label Oct 15, 2024
@redsun82 redsun82 changed the title Redsun82/rust callable base Rust: Add Callable as a base class of Function and ClosureExpr Oct 15, 2024
@redsun82 redsun82 requested review from aibaars and removed request for a team October 15, 2024 12:29
@@ -21,6 +21,7 @@
import codeql.rust.elements.BreakExpr
import codeql.rust.elements.CallExpr
import codeql.rust.elements.CallExprBase
import codeql.rust.elements.Callable

Check warning

Code scanning / CodeQL

Redundant import Warning

Redundant import, the module is already imported inside
codeql.rust.elements.ClosureExpr
.
Redundant import, the module is already imported inside
codeql.rust.elements.Function
.
*/

private import internal.CallableImpl
import codeql.rust.elements.AstNode

Check warning

Code scanning / CodeQL

Redundant import Warning

Redundant import, the module is already imported inside
codeql.rust.elements.Attr
.
Redundant import, the module is already imported inside
codeql.rust.elements.ParamList
.
@redsun82 redsun82 merged commit 1d9767a into main Oct 15, 2024
24 checks passed
@redsun82 redsun82 deleted the redsun82/rust-callable-base branch October 15, 2024 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants