INTERNAL: This module contains the fully generated definition of FormatArgsExpr
and should not
be referenced directly.
Import path
import codeql.rust.elements.internal.generated.FormatArgsExpr
Classes
FormatArgsExpr | A FormatArgsExpr. For example: rust format_args!("no args"); format_args!("{} foo {:?}", 1, 2); format_args!("{b} foo {a:?}", a=1, b=2); let (x, y) = (1, 42); format_args!("{x}, {y}"); INTERNAL: Do not reference the Generated::FormatArgsExpr class directly. Use the subclass FormatArgsExpr , where the following predicates are available.
|