Skip to content

Commit

Permalink
Fix the stage1 build
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmcm committed Aug 3, 2018
1 parent ce9d469 commit 7398c31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
#![feature(step_trait)]
#![feature(integer_atomics)]
#![feature(test)]
#![cfg_attr(not(stage0), feature(impl_header_lifetime_elision))]
#![feature(in_band_lifetimes)]
#![feature(macro_at_most_once_rep)]
#![feature(inclusive_range_methods)]
Expand Down

0 comments on commit 7398c31

Please sign in to comment.