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

Module ConstBlockPat

This module provides the public class ConstBlockPat.

Import path

import codeql.rust.elements.ConstBlockPat

Imports

BlockExpr

This module provides the public class BlockExpr.

Pat

This module provides the public class Pat.

Aliases

ConstBlockPat

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