Skip to content

Commit

Permalink
Remove quote feature use
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Jun 23, 2018
1 parent e2348c2 commit e93ad66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testsuite/cross_compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ fn plugin_deps() {
.file(
"src/lib.rs",
r#"
#![feature(plugin_registrar, quote, rustc_private)]
#![feature(plugin_registrar, rustc_private)]
extern crate rustc_plugin;
extern crate syntax;
Expand Down Expand Up @@ -334,7 +334,7 @@ fn plugin_to_the_max() {
.file(
"src/lib.rs",
r#"
#![feature(plugin_registrar, quote, rustc_private)]
#![feature(plugin_registrar, rustc_private)]
extern crate rustc_plugin;
extern crate syntax;
Expand Down

0 comments on commit e93ad66

Please sign in to comment.