diff options
| author | Kivooeo <Kivooeo123@gmail.com> | 2025-08-04 01:06:04 +0500 |
|---|---|---|
| committer | Kivooeo <Kivooeo123@gmail.com> | 2025-08-04 02:18:18 +0500 |
| commit | 849f71f02564f1c726848efa4c70673128cd64d2 (patch) | |
| tree | ddeaf9aff28e9366983e14f542666d80f2e65083 | |
| parent | 1b39c3590c4d60fc4578dedfa779c7efbf60a17b (diff) | |
| download | rust-849f71f02564f1c726848efa4c70673128cd64d2.tar.gz rust-849f71f02564f1c726848efa4c70673128cd64d2.zip | |
remove gate
| -rw-r--r-- | tests/missing-test-files.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/missing-test-files.rs b/tests/missing-test-files.rs index 565dcd73f58..63f960c92fa 100644 --- a/tests/missing-test-files.rs +++ b/tests/missing-test-files.rs @@ -1,6 +1,6 @@ #![warn(rust_2018_idioms, unused_lifetimes)] #![allow(clippy::assertions_on_constants)] -#![feature(path_file_prefix)] +#![cfg_attr(bootstrap, feature(path_file_prefix))] use std::cmp::Ordering; use std::ffi::OsStr; |
