rust/src/libsyntax/parse
bors 01f8e25b15 Auto merge of #51285 - Mark-Simulacrum:remove-quote_apis, r=Manishearth
Remove quote_*! macros

This deletes a considerable amount of test cases, some of which we may want to keep. I'm not entirely certain what the primary intent of many of them was; if we should keep them I can attempt to edit each case to continue compiling without the quote_*! macros involved.

Fixes #46849.
Fixes #12265.
Fixes #12266.
Fixes #26994.

r? @Manishearth
2019-01-24 15:48:46 +00:00
..
lexer Auto merge of #56884 - euclio:codeblock-diagnostics, r=QuietMisdreavus 2019-01-20 19:01:38 +00:00
attr.rs Remove licenses 2018-12-25 21:08:33 -07:00
classify.rs Remove licenses 2018-12-25 21:08:33 -07:00
mod.rs Remove quote_*! macros and associated APIs 2019-01-24 07:37:34 -07:00
parser.rs Auto merge of #51285 - Mark-Simulacrum:remove-quote_apis, r=Manishearth 2019-01-24 15:48:46 +00:00
token.rs Mark incorrect recovered char literals as TyErr to avoid type errors 2019-01-20 14:51:54 +09:00