]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #33642 - xen0n:ergonomic-format-macro, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 13 Jul 2016 20:26:57 +0000 (13:26 -0700)
committerGitHub <noreply@github.com>
Wed, 13 Jul 2016 20:26:57 +0000 (13:26 -0700)
Ergonomic format_args!

Fixes #9456 (at last).

Not a ground-up rewrite of the existing machinery, but more like an added intermediary layer between macro arguments and format placeholders. This is now implementing Rust RFC 1618!


Trivial merge