Module rustc_ast_lowering::format
source ยท Enumsยง
- ArgumentType ๐
Functionsยง
- expand_format_args ๐
- flatten_format_args ๐Flattens nested
format_args!()
into one. - make_argument ๐Generate a hir expression representing an argument to a format_args invocation.
- make_count ๐Generate a hir expression for a format_args Count.
- make_format_spec ๐Generate a hir expression for a format_args placeholder specification.