]> git.lizzy.rs Git - rust.git/commit
auto merge of #18064 : luqmana/rust/remove-reflection, r=nick29581
authorbors <bors@rust-lang.org>
Thu, 16 Oct 2014 17:52:25 +0000 (17:52 +0000)
committerbors <bors@rust-lang.org>
Thu, 16 Oct 2014 17:52:25 +0000 (17:52 +0000)
commit8b979739713f54eb9315ed5f88b8f06d43d0bbb5
treeaa374aaa783ed319e49592dcd40cf7b6416d53b8
parentb6e0d3a5bf4c88650a22f605f822e02c6b163580
parent78992485047f7600a0d34c5f573b30be262b2e4b
auto merge of #18064 : luqmana/rust/remove-reflection, r=nick29581

Out goes reflection! This means your code will break if you used the `:?` format specifier, anything else from libdebug, or the `visit_tydesc` intrinsic directly.

Closes #18046.

[breaking-change]