Skip to content

Commit

Permalink
rustc_plugin: use staged API
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Aug 21, 2017
1 parent 5a25e1d commit 472e7e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_plugin/lib.rs
Expand Up @@ -69,6 +69,7 @@
#![deny(warnings)]

#![feature(rustc_diagnostic_macros)]
#![feature(staged_api)]

#[macro_use] extern crate syntax;

Expand Down

0 comments on commit 472e7e3

Please sign in to comment.