]> git.lizzy.rs Git - rust.git/commit
auto merge of #8150 : dotdash/rust/assert_bloat, r=huonw
authorbors <bors@rust-lang.org>
Wed, 31 Jul 2013 19:58:22 +0000 (12:58 -0700)
committerbors <bors@rust-lang.org>
Wed, 31 Jul 2013 19:58:22 +0000 (12:58 -0700)
commit66a0b5870d7c1c436b197d744fba5ced2e5f6462
treeb66a6c13a83b7a824594aaecf876f911cff5cc47
parente07e49ea8fa0c0666a1b59ff1238f995ce84722c
parentc725926cf5964c4510e2c9ee656c24c48451e88c
auto merge of #8150 : dotdash/rust/assert_bloat, r=huonw

Assertions without a message get a generated message that consists of a
prefix plus the stringified expression that is being asserted. That
prefix is currently a unique string, while a static string would be
sufficient and needs less code.
src/libsyntax/ext/expand.rs