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 a672cc2 + ec39f5d commit df64a7fCopy full SHA for df64a7f
core/src/iter/sources/generator.rs
@@ -20,7 +20,7 @@
20
/// ```
21
#[unstable(feature = "iter_macro", issue = "none", reason = "generators are unstable")]
22
#[allow_internal_unstable(coroutines, iter_from_coroutine)]
23
-#[cfg_attr(not(bootstrap), rustc_builtin_macro)]
+#[rustc_builtin_macro]
24
pub macro iter($($t:tt)*) {
25
/* compiler-builtin */
26
}
0 commit comments