]> git.lizzy.rs Git - rust.git/commit
Forbid '#[macro_use] extern crate' outside the crate root
authorKeegan McAllister <kmcallister@mozilla.com>
Sat, 3 Jan 2015 06:21:28 +0000 (22:21 -0800)
committerKeegan McAllister <kmcallister@mozilla.com>
Tue, 6 Jan 2015 02:21:14 +0000 (18:21 -0800)
commitbbbb85a4ec029e961c01fa95725ee065621c07dc
tree161bd7dced7c2d118a55c95f2b9945b8b311429f
parentc2e26972e307a2e82b9ff7a5345a5bff47a99501
Forbid '#[macro_use] extern crate' outside the crate root
src/librustc/plugin/load.rs
src/test/compile-fail/lint-stability.rs
src/test/compile-fail/macro-crate-nonterminal-non-root.rs [new file with mode: 0644]