Skip to content

Commit 472e7e3

Browse files
committed
rustc_plugin: use staged API
1 parent 5a25e1d commit 472e7e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_plugin/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
#![deny(warnings)]
7070

7171
#![feature(rustc_diagnostic_macros)]
72+
#![feature(staged_api)]
7273

7374
#[macro_use] extern crate syntax;
7475

0 commit comments

Comments
 (0)