diff options
| author | Mark Simulacrum <mark.simulacrum@gmail.com> | 2018-06-01 16:40:33 -0600 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2019-01-24 07:37:34 -0700 |
| commit | db97c48ad6e7f36468b152e9b08efc6f2f7da691 (patch) | |
| tree | 54ba10e3c9a82e3c57929586c30ab328687afd22 /src/librustc_codegen_llvm | |
| parent | 6bba352cad2117f56353d400f71e96eafa2e6bd7 (diff) | |
| download | rust-db97c48ad6e7f36468b152e9b08efc6f2f7da691.tar.gz rust-db97c48ad6e7f36468b152e9b08efc6f2f7da691.zip | |
Remove quote_*! macros and associated APIs
Diffstat (limited to 'src/librustc_codegen_llvm')
| -rw-r--r-- | src/librustc_codegen_llvm/lib.rs | 1 |
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)] |
