Skip to content

Commit 80e8e97

Browse files
committed
[nll] librustc_errors: enable feature(nll) for bootstrap
1 parent 742a951 commit 80e8e97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_errors/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#![allow(unused_attributes)]
1717
#![feature(range_contains)]
1818
#![cfg_attr(unix, feature(libc))]
19+
#![cfg_attr(not(stage0), feature(nll))]
1920
#![feature(optin_builtin_traits)]
2021

2122
extern crate atty;

0 commit comments

Comments
 (0)