]> git.lizzy.rs Git - rust.git/commit
Auto merge of #53936 - petrochenkov:2macpre, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 10 Sep 2018 01:42:11 +0000 (01:42 +0000)
committerbors <bors@rust-lang.org>
Mon, 10 Sep 2018 01:42:11 +0000 (01:42 +0000)
commitfdcd4a4a45357f11343d5abe9501a35793a6fd57
tree4955df12077b6eca0786ad0604dc640a80e0255c
parent2d4e34ca8bb1369f7e0eea4cb50e6faa0827a6e5
parent62c7d78a9a39688e6445aefbd4fe1d051b7a9886
Auto merge of #53936 - petrochenkov:2macpre, r=alexcrichton

resolve: Split macro prelude into built-in and user-defined parts

This is a refactoring that will help to remove `unshadowable_attrs` when https://github.com/rust-lang/rust/pull/53410 lands.

UPDATE: The second commit actually removes `unshadowable_attrs`.