codeql/rust-all
0.2.5-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
INTERNAL: This module contains the customizable definition of OrPat and should not be referenced directly.
OrPat
import codeql.rust.elements.internal.OrPatImpl
An or pattern. For example: rust match x { Option::Some(y) | Option::None => 0, }
rust match x { Option::Some(y) | Option::None => 0, }