We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4313fec + 925df07 commit c2bd2ecCopy full SHA for c2bd2ec
src/lib.rs
@@ -16,7 +16,7 @@
16
#![feature(unqualified_local_imports)]
17
#![feature(derive_coerce_pointee)]
18
#![feature(arbitrary_self_types)]
19
-#![feature(file_lock)]
+#![cfg_attr(bootstrap, feature(file_lock))]
20
// Configure clippy and other lints
21
#![allow(
22
clippy::collapsible_else_if,
tests/pass/shims/fs.rs
@@ -2,7 +2,6 @@
2
3
#![feature(io_error_more)]
4
#![feature(io_error_uncategorized)]
5
6
7
use std::collections::BTreeMap;
8
use std::ffi::OsString;
0 commit comments