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

Module Impl

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

Import path

import codeql.rust.elements.internal.ConstBlockPatImpl

Classes

ConstBlockPat

A const block pattern. For example: rust match x { const { 1 + 2 + 3 } => "ok", _ => "fail", };