Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 8da930b

Browse files
authored
Merge pull request #180 from nrc/rustbuild
Add rustbuild boilerplate
2 parents f424df8 + 7a93906 commit 8da930b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
//! extern crate rustc_serialize;
2828
//! ```
2929
30+
#![cfg_attr(rustbuild, feature(staged_api, rustc_private))]
31+
#![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = "27812"))]
32+
3033
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
3134
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
3235
html_root_url = "https://doc.rust-lang.org/rustc-serialize/")]

0 commit comments

Comments
 (0)