update cfg(bootstrap)

This commit is contained in:
Pietro Albini
2025-05-10 10:51:12 +02:00
parent 2b7c13e778
commit 2ce08ca5d6
73 changed files with 216 additions and 452 deletions

View File

@@ -1676,7 +1676,7 @@ impl fmt::Debug for Thread {
/// [`Result`]: crate::result::Result
/// [`std::panic::resume_unwind`]: crate::panic::resume_unwind
#[stable(feature = "rust1", since = "1.0.0")]
#[cfg_attr(not(bootstrap), doc(search_unbox))]
#[doc(search_unbox)]
pub type Result<T> = crate::result::Result<T, Box<dyn Any + Send + 'static>>;
// This packet is used to communicate the return value between the spawned