]> git.lizzy.rs Git - rust.git/commit
Process cfg_attr right before stripping cfg
authorKeegan McAllister <kmcallister@mozilla.com>
Mon, 9 Feb 2015 17:29:21 +0000 (09:29 -0800)
committerKeegan McAllister <kmcallister@mozilla.com>
Mon, 9 Feb 2015 18:12:14 +0000 (10:12 -0800)
commit5354317037368124d180acc3f8754bdb2b0387b8
treee6513baa81e9707e06814054a44f919de5ec64d0
parent0110f5e03c67d7a3590c7c86f50f5546d75f27b1
Process cfg_attr right before stripping cfg

Fixes #22070.
Fixes #19372.
src/libsyntax/config.rs
src/libsyntax/ext/base.rs
src/libsyntax/ext/cfg_attr.rs [deleted file]
src/libsyntax/lib.rs
src/test/compile-fail/cfg-attr-cfg-2.rs [new file with mode: 0644]
src/test/compile-fail/cfg-attr-crate-2.rs [new file with mode: 0644]
src/test/run-pass/cfg-attr-cfg.rs [new file with mode: 0644]
src/test/run-pass/cfg-attr-crate.rs [new file with mode: 0644]