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
This commit is contained in:
commit
01f8e25b15
60 changed files with 55 additions and 2217 deletions
|
|
@ -17,7 +17,6 @@
|
|||
#![allow(unused_attributes)]
|
||||
#![feature(libc)]
|
||||
#![feature(nll)]
|
||||
#![feature(quote)]
|
||||
#![feature(range_contains)]
|
||||
#![feature(rustc_diagnostic_macros)]
|
||||
#![feature(slice_sort_by_cached_key)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue