blob: cffa6bea8ed38d825faac06e0513b0fe2b09c50f [file] [log] [blame] [edit]
fn main() {
format!(r"{}{}{}", named_arg=1); //~ ERROR 3 positional arguments in format string, but there is 1 argument
}