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

Module Impl

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

Import path

import codeql.rust.elements.internal.PrefixExprImpl

Classes

PrefixExpr

A unary operation expression. For example: rust let x = -42; let y = !true; let z = *ptr;