Skip to content

Commit 4f27db6

Browse files
committed
Auto merge of #83516 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum
[beta] backports Initial round of beta backports, with 1 PR: * SplitInclusive is public API #83372 This also includes a bump to the released stable compiler. r? `@Mark-Simulacrum`
2 parents 6a1077d + 3091777 commit 4f27db6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library/core/src/str/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pub use iter::{EscapeDebug, EscapeDefault, EscapeUnicode};
6666
pub use iter::SplitAsciiWhitespace;
6767

6868
#[stable(feature = "split_inclusive", since = "1.51.0")]
69-
use iter::SplitInclusive;
69+
pub use iter::SplitInclusive;
7070

7171
#[unstable(feature = "str_internals", issue = "none")]
7272
pub use validations::next_code_point;

src/stage0.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# stable release's version number. `date` is the date where the release we're
1313
# bootstrapping off was released.
1414

15-
date: 2021-03-23
15+
date: 2021-03-25
1616
rustc: 1.51.0
1717

1818
# We use a nightly rustfmt to format the source because it solves some
@@ -39,4 +39,4 @@ rustc: 1.51.0
3939
# looking at a beta source tarball and it's uncommented we'll shortly comment it
4040
# out.
4141

42-
dev: 1
42+
#dev: 1

0 commit comments

Comments
 (0)