]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #6357 : dotdash/rust/fixfmt, r=bstrie
authorbors <bors@rust-lang.org>
Tue, 14 May 2013 15:11:01 +0000 (08:11 -0700)
committerbors <bors@rust-lang.org>
Tue, 14 May 2013 15:11:01 +0000 (08:11 -0700)
fail!() used to require owned strings but can handle static strings
now. Also, it can pass its arguments to fmt!() on its own, no need for
the caller to call fmt!() itself.


Trivial merge