Closed
Description
http://rustbyexample.com/hello/print/print_debug.html
println!("{1:?} {0:?} is the {actor:?} name.",
"Slater",
"Christian",
actor="actor's");
Output
"Christian" "Slater" is the "actor\'s" name.
Metadata
Metadata
Assignees
Labels
No labels