CodeQL library for Rust
codeql/rust-all 0.2.7 (changelog, source)
Search

Module ExprStmt

This module provides the public class ExprStmt.

Import path

import codeql.rust.elements.ExprStmt

Imports

Expr

This module provides the public class Expr.

Stmt

This module provides the public class Stmt.

Aliases

ExprStmt

An expression statement. For example: rust start(); finish(); use std::env;