[][src]Module syntax_ext::format

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Structs

Context [
Experimental
]

Enums

ArgumentType [
Experimental
]
Position [
Experimental
]

Functions

expand_format_args [
Experimental
]
expand_format_args_nl [
Experimental
]
expand_preparsed_format_args [
Experimental
]

Take the various parts of format_args!(efmt, args..., name=names...) and construct the appropriate formatting expression.

parse_args [
Experimental
]

Parses the arguments from the given list of tokens, returning None if there's a parse error so we can continue parsing other format! expressions.