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.
1 parent 1b39c35 commit 849f71fCopy full SHA for 849f71f
tests/missing-test-files.rs
@@ -1,6 +1,6 @@
1
#![warn(rust_2018_idioms, unused_lifetimes)]
2
#![allow(clippy::assertions_on_constants)]
3
-#![feature(path_file_prefix)]
+#![cfg_attr(bootstrap, feature(path_file_prefix))]
4
5
use std::cmp::Ordering;
6
use std::ffi::OsStr;
0 commit comments