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

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