Skip to content

Commit 9393587

Browse files
committed
Added attributes to allow custom attibutes in librustc_driver.
1 parent 3550dc6 commit 9393587

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustc_driver/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#![feature(set_stdio)]
3434
#![feature(staged_api)]
3535
#![feature(vec_push_all)]
36+
#![feature(custom_attribute)]
37+
#![allow(unused_attributes)]
3638

3739
extern crate arena;
3840
extern crate flate;

0 commit comments

Comments
 (0)