]> git.lizzy.rs Git - rust.git/commit
Allow running rustdoc on proc-macro crates without specifying '--crate-type proc...
authorAaron Hill <aa1ronham@gmail.com>
Wed, 28 Aug 2019 22:00:36 +0000 (18:00 -0400)
committerAaron Hill <aa1ronham@gmail.com>
Wed, 28 Aug 2019 22:00:36 +0000 (18:00 -0400)
commit4c3e386bd7ee9020407cee4ba120eebfb6373549
treeaf353e2a35d0d1038d64e8aa43c71e8e408c4514
parent14986081355db0a2ae67df6a43dd9e6e360d718c
Allow running rustdoc on proc-macro crates without specifying '--crate-type proc-macro'

Add a test to make sure that this works
src/librustc_interface/passes.rs