Skip to content
Permalink
Browse files

Registry now seems to live in rustc_plugin instead of rustc::plugin

  • Loading branch information...
David Judd
David Judd committed Nov 28, 2015
1 parent 3ac65f9 commit ba8d7019599cb779b9f7ab983f6cc2aa4f422991
Showing with 2 additions and 2 deletions.
  1. +2 −2 phf_macros/src/lib.rs
@@ -36,7 +36,7 @@
extern crate syntax;
#[cfg(feature = "stats")]
extern crate time;
extern crate rustc;
extern crate rustc_plugin;
extern crate phf_shared;
extern crate phf_generator;

@@ -49,7 +49,7 @@ use syntax::fold::Folder;
use syntax::parse;
use syntax::parse::token::{InternedString, Comma, Eof, FatArrow};
use syntax::print::pprust;
use rustc::plugin::Registry;
use rustc_plugin::Registry;
use phf_generator::HashState;
use std::env;

0 comments on commit ba8d701

Please sign in to comment.
You can’t perform that action at this time.