]> git.lizzy.rs Git - rust.git/commit
Apply attr proc macros before cfg processing
authorTomas Nilsson <tomas.nilsson@gmail.com>
Tue, 12 Sep 2017 19:55:41 +0000 (21:55 +0200)
committerTomas Nilsson <tomas.nilsson@gmail.com>
Wed, 27 Sep 2017 20:08:45 +0000 (22:08 +0200)
commit0f97b6b73c647604ad08e475b68058f52c4951c4
tree8b643574c23a0370885634ce7367380928295c94
parent1fd3a42c624faf91e9402942419ec409699fb94a
Apply attr proc macros before cfg processing

Now items are not fully configured until right before expanding derives.
src/libsyntax/ext/expand.rs
src/test/run-pass-fulldeps/proc-macro/attr-cfg.rs [new file with mode: 0644]
src/test/run-pass-fulldeps/proc-macro/auxiliary/attr-cfg.rs [new file with mode: 0644]
src/test/run-pass-fulldeps/proc-macro/auxiliary/derive-attr-cfg.rs [new file with mode: 0644]
src/test/run-pass-fulldeps/proc-macro/derive-attr-cfg.rs [new file with mode: 0644]