diff options
Diffstat (limited to 'src/librustc_back/lib.rs')
| -rw-r--r-- | src/librustc_back/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/librustc_back/lib.rs b/src/librustc_back/lib.rs index 700cfb645bf..844f4925bd2 100644 --- a/src/librustc_back/lib.rs +++ b/src/librustc_back/lib.rs @@ -21,11 +21,8 @@ //! one that doesn't; the one that doesn't might get decent parallel //! build speedups. -// Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364) -#![cfg_attr(stage0, feature(custom_attribute))] #![crate_name = "rustc_back"] #![unstable(feature = "rustc_private", issue = "27812")] -#![cfg_attr(stage0, staged_api)] #![crate_type = "dylib"] #![crate_type = "rlib"] #