Compile-time string formatting via the format macro.
format
Expands "{}"-template strings into a sequence of .show calls and + concatenations.
"{}"
.show
+
Expands a "{}"-interpolated string literal into a Vec of AST nodes that