Rustdoc itself no longer requires proc macros to build
This avoids a full compiler build in order to build and/or run tests for rustdoc.
This commit is contained in:
parent
1b3d737716
commit
cf24a1df33
2 changed files with 2 additions and 2 deletions
|
|
@ -9,6 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// no-prefer-dynamic
|
||||
// ignore-stage1
|
||||
|
||||
#![crate_type = "proc-macro"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue