We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 571bfda + 1d8ba1b commit 22221dbCopy full SHA for 22221db
core/src/iter/traits/marker.rs
@@ -28,6 +28,7 @@ pub unsafe trait TrustedFused {}
28
#[rustc_unsafe_specialization_marker]
29
// FIXME: this should be a #[marker] and have another blanket impl for T: TrustedFused
30
// but that ICEs iter::Fuse specializations.
31
+#[cfg_attr(not(bootstrap), lang = "fused_iterator")]
32
pub trait FusedIterator: Iterator {}
33
34
#[stable(feature = "fused", since = "1.26.0")]
0 commit comments