Skip to content

Commit 7398c31

Browse files
committed
Fix the stage1 build
1 parent ce9d469 commit 7398c31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
#![feature(step_trait)]
7171
#![feature(integer_atomics)]
7272
#![feature(test)]
73+
#![cfg_attr(not(stage0), feature(impl_header_lifetime_elision))]
7374
#![feature(in_band_lifetimes)]
7475
#![feature(macro_at_most_once_rep)]
7576
#![feature(inclusive_range_methods)]

0 commit comments

Comments
 (0)