Skip to content

Commit 9897067

Browse files
committed
Fix usage of bootstrap in core
1 parent 5377ee6 commit 9897067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/iter/sources/generator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/// ```
2424
#[unstable(feature = "iter_macro", issue = "none", reason = "generators are unstable")]
2525
#[allow_internal_unstable(coroutines, iter_from_coroutine)]
26-
#[cfg_attr(not(bootstrap), rustc_builtin_macro)]
26+
#[rustc_builtin_macro]
2727
pub macro iter($($t:tt)*) {
2828
/* compiler-builtin */
2929
}

0 commit comments

Comments
 (0)