]> git.proxmox.com Git - rustc.git/blobdiff - library/core/src/iter/traits/collect.rs
New upstream version 1.54.0+dfsg1
[rustc.git] / library / core / src / iter / traits / collect.rs
index 13a2e24cadd10454ec7a0d9f1efbd968695edc43..e2a407509b10dce04dc3d8d901264c4e1579a6e5 100644 (file)
@@ -198,7 +198,7 @@ pub trait FromIterator<A>: Sized {
 /// }
 /// ```
 #[rustc_diagnostic_item = "IntoIterator"]
-#[cfg_attr(not(bootstrap), rustc_skip_array_during_method_dispatch)]
+#[rustc_skip_array_during_method_dispatch]
 #[stable(feature = "rust1", since = "1.0.0")]
 pub trait IntoIterator {
     /// The type of the elements being iterated over.