Module rustc_builtin_macros::format[][src]

Structs

Enums

Functions

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

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