]> git.lizzy.rs Git - rust.git/commit
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)
commitdb71987ee1198be60fef3e361ad1ce59a70cd7f7
tree6decc21f8f66747b91a95c21c6816fb2d9b4bac0
parent0b7fb80e1c05bee176ea68d21e19a352a106c968
parent51e54e57a45d7b956e3e3390db76ea2651f5d3b3
Auto merge of #33642 - xen0n:ergonomic-format-macro, r=alexcrichton

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!