Skip to content

Commit 3729b12

Browse files
committed
Auto merge of #28698 - nrc:fmt8, r=brson
2 parents 88b6a50 + b22231c commit 3729b12

File tree

5 files changed

+261
-250
lines changed

5 files changed

+261
-250
lines changed

src/librustc_trans/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
#![feature(box_patterns)]
2929
#![feature(box_syntax)]
3030
#![feature(const_fn)]
31+
#![feature(custom_attribute)]
32+
#![allow(unused_attributes)]
3133
#![feature(iter_cmp)]
3234
#![feature(iter_arith)]
3335
#![feature(libc)]

0 commit comments

Comments
 (0)