]> git.lizzy.rs Git - rust.git/blobdiff - src/libsyntax/lib.rs
rustdoc: Added issue_tracker_base_url annotations to crates
[rust.git] / src / libsyntax / lib.rs
index 290efb151957e7564302980f1a7c790f7f70c021..a190030fdd40e0398dc2eee4f20a6d6d491d79bf 100644 (file)
 // Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364)
 #![cfg_attr(stage0, feature(custom_attribute))]
 #![crate_name = "syntax"]
-#![unstable(feature = "rustc_private")]
+#![unstable(feature = "rustc_private", issue = "27812")]
 #![staged_api]
 #![crate_type = "dylib"]
 #![crate_type = "rlib"]
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
        html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
-       html_root_url = "https://doc.rust-lang.org/nightly/")]
+       html_root_url = "https://doc.rust-lang.org/nightly/",
+       issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 
 #![feature(associated_consts)]
 #![feature(drain)]