about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-01-24 15:48:46 +0000
committerbors <bors@rust-lang.org>2019-01-24 15:48:46 +0000
commit01f8e25b15f4ab157c8e7c9c56054df7595ec0e1 (patch)
tree5c4eeb98011f8ae07b45521ea85759e8a168bc22 /src/librustc_codegen_llvm
parent095b44c83b540bb4dbf74be1cae604f4bae87989 (diff)
parentdb97c48ad6e7f36468b152e9b08efc6f2f7da691 (diff)
downloadrust-01f8e25b15f4ab157c8e7c9c56054df7595ec0e1.tar.gz
rust-01f8e25b15f4ab157c8e7c9c56054df7595ec0e1.zip
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
Diffstat (limited to 'src/librustc_codegen_llvm')
-rw-r--r--src/librustc_codegen_llvm/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/lib.rs b/src/librustc_codegen_llvm/lib.rs
index 272f34b0b3f..a88b1a8f52e 100644
--- a/src/librustc_codegen_llvm/lib.rs
+++ b/src/librustc_codegen_llvm/lib.rs
@@ -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)]