Skip to content

Fix doc for escape_debug #38629

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
wants to merge 1 commit into from
Closed

Fix doc for escape_debug #38629

wants to merge 1 commit into from

Conversation

bombless
Copy link
Contributor

No description provided.

@rust-highfive
Copy link
Contributor

r? @aturon

(rust_highfive has picked a reviewer for you, use r? to override)

@steveklabnik
Copy link
Member

@bors: delegate=kmcallister

@bors
Copy link
Collaborator

bors commented Dec 27, 2016

✌️ @kmcallister can now approve this pull request

@petrochenkov
Copy link
Contributor

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Jan 1, 2017

📌 Commit a52f257 has been approved by petrochenkov

@bors
Copy link
Collaborator

bors commented Jan 2, 2017

⌛ Testing commit a52f257 with merge c7b058c...

@bors
Copy link
Collaborator

bors commented Jan 2, 2017

💔 Test failed - status-travis

@GuillaumeGomez
Copy link
Member

Tests failure:

---- char::char::escape_debug_0 stdout ----
	error: use of unstable library feature 'char_escape_debug' (see issue #35068)
 --> <anon>:4:15
  |
4 | for i in '\n'.escape_debug() {
  |               ^^^^^^^^^^^^
  |
  = help: add #![feature(char_escape_debug)] to the crate attributes to enable

error: aborting due to previous error(s)

thread 'char::char::escape_debug_0' panicked at 'Box<Any>', /checkout/src/librustc/session/mod.rs:203
note: Run with `RUST_BACKTRACE=1` for a backtrace.

---- char::char::escape_debug_1 stdout ----
	error: use of unstable library feature 'char_escape_debug' (see issue #35068)
 --> <anon>:4:26
  |
4 | let quote: String = '\n'.escape_debug().collect();
  |                          ^^^^^^^^^^^^
  |
  = help: add #![feature(char_escape_debug)] to the crate attributes to enable

error: aborting due to previous error(s)

thread 'char::char::escape_debug_1' panicked at 'Box<Any>', /checkout/src/librustc/session/mod.rs:203

GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Jan 4, 2017
steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jan 4, 2017
@GuillaumeGomez
Copy link
Member

@bors: r-

@bors
Copy link
Collaborator

bors commented Jan 13, 2017

☔ The latest upstream changes (presumably #38909) made this pull request unmergeable. Please resolve the merge conflicts.

@clarfonthey
Copy link
Contributor

This was bundled into #38909 so it's already merged.

@bombless bombless closed this Jan 14, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants