]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #25523 - nham:remove_E0068, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 17 May 2015 22:13:30 +0000 (22:13 +0000)
committerbors <bors@rust-lang.org>
Sun, 17 May 2015 22:13:30 +0000 (22:13 +0000)
A built-in feature enabling the dereferencing of newtype structs was removed
in PR https://github.com/rust-lang/rust/pull/11188, and this error (E0068) was added at the same time to warn of
its removal. It seems to make sense to remove the error now, given that
the obsolete feature it is warning about was removed nearly a year and a
half ago.


Trivial merge