]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #9335 : alexcrichton/rust/issue-7945, r=thestinger
authorbors <bors@rust-lang.org>
Wed, 25 Sep 2013 02:06:01 +0000 (19:06 -0700)
committerbors <bors@rust-lang.org>
Wed, 25 Sep 2013 02:06:01 +0000 (19:06 -0700)
As documented in issue #7945, these literal identifiers are all accepted by rust
today, but they should probably be disallowed (especially `'''`). This changes
all escapable sequences to being *required* to be escaped.

Closes #7945

I wanted to write the tests with more exact spans, but I think #9308 will be fixing that?


Trivial merge