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.
FusedIterator
gen
1 parent d8fbe99 commit 1d8ba1bCopy full SHA for 1d8ba1b
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