1
Fork 0

Add issue for the rustc_private feature everywhere

This commit is contained in:
Alex Crichton 2015-08-13 10:21:36 -07:00
parent 5f625620b5
commit 2972b77134
24 changed files with 28 additions and 24 deletions

View file

@ -11,7 +11,7 @@
// Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364)
#![cfg_attr(stage0, feature(custom_attribute))]
#![crate_name = "rustdoc"]
#![unstable(feature = "rustdoc")]
#![unstable(feature = "rustdoc", issue = "27812")]
#![staged_api]
#![crate_type = "dylib"]
#![crate_type = "rlib"]