]> git.lizzy.rs Git - rust.git/commit
syntax: Remove deprecated unicode escapes
authorAlex Crichton <alex@alexcrichton.com>
Fri, 6 Mar 2015 21:57:44 +0000 (13:57 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 6 Mar 2015 22:11:09 +0000 (14:11 -0800)
commit39e2c6954171fafeabf29a71fba96f161577d9fa
tree5933b51e21c07337f30540cb0f4daa4567e42e33
parent1fe8f221450bad3ffb1351c6549f67c18ce0b94e
syntax: Remove deprecated unicode escapes

These have been deprecated for quite some time, so we should be good to remove
them now.
src/libsyntax/parse/lexer/mod.rs
src/test/parse-fail/lex-bad-char-literals.rs
src/test/pretty/block-comment-wchar.pp
src/test/pretty/block-comment-wchar.rs
src/test/run-pass/nul-characters.rs
src/test/run-pass/raw-str.rs
src/test/run-pass/utf8.rs
src/test/run-pass/utf8_chars.rs