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

Module Generated

INTERNAL: This module contains the fully generated definition of ContinueExpr and should not be referenced directly.

Import path

import codeql.rust.elements.internal.generated.ContinueExpr

Classes

ContinueExpr

A continue expression. For example: rust loop { if not_ready() { continue; } } rust 'label: loop { if not_ready() { continue 'label; } } INTERNAL: Do not reference the Generated::ContinueExpr class directly. Use the subclass ContinueExpr, where the following predicates are available.