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

Module Impl

INTERNAL: This module contains the customizable definition of ExprStmt and should not be referenced directly.

Import path

import codeql.rust.elements.internal.ExprStmtImpl

Classes

ExprStmt

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