-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stabilize str::escape_* methods with new return types… #58051
Conversation
r? @aidanhs (rust_highfive has picked a reviewer for you, use r? to override) |
881eedb
to
1e5743c
Compare
This comment has been minimized.
This comment has been minimized.
1e5743c
to
2241707
Compare
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
127cb34
to
26b94f6
Compare
☔ The latest upstream changes (presumably #58081) made this pull request unmergeable. Please resolve the merge conflicts. |
26b94f6
to
1b3478f
Compare
☔ The latest upstream changes (presumably #58189) made this pull request unmergeable. Please resolve the merge conflicts. |
1b3478f
to
ba777d6
Compare
☔ The latest upstream changes (presumably #58254) made this pull request unmergeable. Please resolve the merge conflicts. |
ba777d6
to
2609e52
Compare
☔ The latest upstream changes (presumably #58389) made this pull request unmergeable. Please resolve the merge conflicts. |
As FCP’ed in the tracking issue: rust-lang#27791 (comment)
2609e52
to
eb158f9
Compare
@bors: r+ |
📌 Commit eb158f9 has been approved by |
Stabilize str::escape_* methods with new return types… … that implement `Display` and `Iterator<Item=char>`, as proposed in FCP: #27791 (comment)
☀️ Test successful - checks-travis, status-appveyor |
Tested on commit rust-lang/rust@0f949c2. Direct link to PR: <rust-lang/rust#58051> 💔 rustfmt on windows: test-pass → build-fail (cc @nrc, @rust-lang/infra). 💔 rustfmt on linux: test-pass → build-fail (cc @nrc, @rust-lang/infra).
… that implement
Display
andIterator<Item=char>
, as proposed in FCP: #27791 (comment)