]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #54086 - petrochenkov:derhelp, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 13 Sep 2018 03:36:15 +0000 (03:36 +0000)
committerbors <bors@rust-lang.org>
Thu, 13 Sep 2018 03:36:15 +0000 (03:36 +0000)
resolve: Future proof derive helper attributes

Derive helpers no longer require going through recovery mode (fixes https://github.com/rust-lang/rust/issues/53481).
They also report an error if they are ambiguous with any other macro in scope, so we can resolve the question about their exact priority sometime later (cc https://github.com/rust-lang/rust/issues/52226).


Trivial merge