Skip to content

Commit fee37c8

Browse files
authored
Merge pull request #100 from RalfJung/rustup
rustup: patch is no longer needed
2 parents be5677b + a9d09e6 commit fee37c8

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

rust-src.diff

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +0,0 @@
1-
diff --git a/library/core/src/iter/sources/generator.rs b/library/core/src/iter/sources/generator.rs
2-
index c94232e09eb..155fa9368ad 100644
3-
--- a/library/core/src/iter/sources/generator.rs
4-
+++ b/library/core/src/iter/sources/generator.rs
5-
@@ -9,8 +9,6 @@
6-
///
7-
/// ```
8-
/// #![feature(iter_macro, coroutines)]
9-
-/// # #[cfg(not(bootstrap))]
10-
-/// # {
11-
///
12-
/// let it = std::iter::iter!{|| {
13-
/// yield 1;
14-
@@ -19,7 +17,6 @@
15-
/// } }();
16-
/// let v: Vec<_> = it.collect();
17-
/// assert_eq!(v, [1, 2, 3]);
18-
-/// # }
19-
/// ```
20-
#[unstable(feature = "iter_macro", issue = "none", reason = "generators are unstable")]
21-
#[allow_internal_unstable(coroutines, iter_from_coroutine)]

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2025-06-06
1+
nightly-2025-06-09

0 commit comments

Comments
 (0)