From: bors Date: Thu, 12 Mar 2015 07:30:44 +0000 (+0000) Subject: Auto merge of #23162 - sfackler:debug-builders, r=alexcrichton X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=49f7550a25722fbdb779eef80afa85f6d802f7e8;p=rust.git Auto merge of #23162 - sfackler:debug-builders, r=alexcrichton I've made some minor changes from the implementation attached to the RFC to try to minimize codegen. The methods now take `&Debug` trait objects rather than being parameterized and there are inlined stub methods that call to non-inlined methods to do the work. r? @alexcrichton cc @huonw for the `derive(Debug)` changes. --- 49f7550a25722fbdb779eef80afa85f6d802f7e8