]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_data_structures/lib.rs
rustdoc: Added issue_tracker_base_url annotations to crates
[rust.git] / src / librustc_data_structures / lib.rs
index 897a05952e64f8c5df1445cfb6508b2c16e26f82..babb81f8bd6da048badde550cec4408f3011e090 100644 (file)
 // Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364)
 #![cfg_attr(stage0, feature(custom_attribute))]
 #![crate_name = "rustc_data_structures"]
-#![unstable(feature = "rustc_private")]
+#![unstable(feature = "rustc_private", issue = "27812")]
 #![crate_type = "dylib"]
 #![crate_type = "rlib"]
 #![staged_api]
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
       html_favicon_url = "https://www.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(rustc_private, staged_api)]
 #![cfg_attr(test, feature(test))]