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 YieldExpr and should not be referenced directly.
YieldExpr
import codeql.rust.elements.internal.YieldExprImpl
A yield expression. For example: rust let one = #[coroutine] || { yield 1; };
yield
rust let one = #[coroutine] || { yield 1; };