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.
bootstrap
1 parent 5377ee6 commit 9897067Copy full SHA for 9897067
library/core/src/iter/sources/generator.rs
@@ -23,7 +23,7 @@
23
/// ```
24
#[unstable(feature = "iter_macro", issue = "none", reason = "generators are unstable")]
25
#[allow_internal_unstable(coroutines, iter_from_coroutine)]
26
-#[cfg_attr(not(bootstrap), rustc_builtin_macro)]
+#[rustc_builtin_macro]
27
pub macro iter($($t:tt)*) {
28
/* compiler-builtin */
29
}
0 commit comments