]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #9717 : blake2-ppc/rust/rustc-static-str, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 4 Oct 2013 19:36:36 +0000 (12:36 -0700)
committerbors <bors@rust-lang.org>
Fri, 4 Oct 2013 19:36:36 +0000 (12:36 -0700)
rustc: Use static strings in a few literals

Avoid allocating extra copies of strings by using "" instead of ~"" for
the debug options list and for the `time` function. This is a small
change, but it is in a path that's always executed.


Trivial merge