about summary refs log tree commit diff
path: root/compiler/rustc_errors
diff options
context:
space:
mode:
authorBen Kimock <kimockb@gmail.com>2023-11-16 16:24:59 -0500
committerBen Kimock <kimockb@gmail.com>2023-11-16 16:24:59 -0500
commita5a039be35f7cfb8230819d214da04f97d71f735 (patch)
tree384c503a882266654d78521607ead1296aa50706 /compiler/rustc_errors
parentb7c27454db29689a933c2735b8d578dbb8ac7619 (diff)
parent820f06b21f8373060ff7b515715b8440a6a6c197 (diff)
downloadrust-a5a039be35f7cfb8230819d214da04f97d71f735.tar.gz
rust-a5a039be35f7cfb8230819d214da04f97d71f735.zip
Merge from rustc
Diffstat (limited to 'compiler/rustc_errors')
-rw-r--r--compiler/rustc_errors/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs
index 8ae95cbeed2..1cee57843f0 100644
--- a/compiler/rustc_errors/src/lib.rs
+++ b/compiler/rustc_errors/src/lib.rs
@@ -3,8 +3,8 @@
 //! This module contains the code for creating and emitting diagnostics.
 
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
-#![cfg_attr(not(bootstrap), doc(rust_logo))]
-#![cfg_attr(not(bootstrap), feature(rustdoc_internals))]
+#![doc(rust_logo)]
+#![feature(rustdoc_internals)]
 #![feature(array_windows)]
 #![feature(extract_if)]
 #![feature(if_let_guard)]