]> git.lizzy.rs Git - rust.git/commit
Auto merge of #26160 - alexcrichton:revert-rc-as-ref, r=aturon
authorbors <bors@rust-lang.org>
Fri, 12 Jun 2015 23:05:06 +0000 (23:05 +0000)
committerbors <bors@rust-lang.org>
Fri, 12 Jun 2015 23:05:06 +0000 (23:05 +0000)
commitc6b14833771d0254d189b368b5ab41b295e02fd1
tree1564af22466c1f8f5d5cf8339df1347f21326738
parent50ab23ddbd39d797dde46288af0ae9d29784e7a3
parent9d6ffbdaa8526595f5f18f0f3023d76193ce3267
Auto merge of #26160 - alexcrichton:revert-rc-as-ref, r=aturon

This is a revert of PR #26008 which caused the unintended breakage reported in #26096. We may want to add these implementations in the long run, but for now this revert allows us to take some more time to evaluate the impact of such a change (e.g. run it through crater).

Closes #26096