]> git.lizzy.rs Git - rust.git/commit
add token::LIT_STR_RAW(ident, num of # symbols)
authorBenjamin Herr <ben@0x539.de>
Wed, 2 Oct 2013 01:32:29 +0000 (03:32 +0200)
committerBenjamin Herr <ben@0x539.de>
Mon, 7 Oct 2013 23:44:05 +0000 (01:44 +0200)
commit97878725532c4d1dd1af07e88175462178d78cdb
tree22bbce6a302b11127fb7db196995affa8f272b3f
parent18099fe085535d3d026db1a771c115b7a7ba6563
add token::LIT_STR_RAW(ident, num of # symbols)

Treat it as a synonym for LIT_STR for now.
src/libsyntax/ext/base.rs
src/libsyntax/ext/quote.rs
src/libsyntax/parse/lexer.rs
src/libsyntax/parse/parser.rs
src/libsyntax/parse/token.rs