Skip to content

Fix doc for escape_debug#38629

Closed
bombless wants to merge 1 commit into
rust-lang:masterfrom
bombless:patch-4
Closed

Fix doc for escape_debug#38629
bombless wants to merge 1 commit into
rust-lang:masterfrom
bombless:patch-4

Conversation

@bombless

Copy link
Copy Markdown
Contributor

No description provided.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @aturon

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

@steveklabnik

Copy link
Copy Markdown
Contributor

@bors: delegate=kmcallister

@bors

bors commented Dec 27, 2016

Copy link
Copy Markdown
Collaborator

✌️ @kmcallister can now approve this pull request

@petrochenkov

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Jan 1, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit a52f257 has been approved by petrochenkov

@bors

bors commented Jan 2, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit a52f257 with merge c7b058c...

@bors

bors commented Jan 2, 2017

Copy link
Copy Markdown
Collaborator

💔 Test failed - status-travis

@GuillaumeGomez

Copy link
Copy Markdown
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
Copy Markdown
Member

@bors: r-

@bors

bors commented Jan 13, 2017

Copy link
Copy Markdown
Collaborator

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

@clarfonthey

Copy link
Copy Markdown
Contributor

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

@bombless bombless closed this Jan 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants