about summary refs log tree commit diff
path: root/src/tools/miri/tests
diff options
context:
space:
mode:
authorChris Denton <chris@chrisdenton.dev>2024-04-16 12:51:57 +0000
committerChris Denton <chris@chrisdenton.dev>2024-04-24 14:35:02 +0000
commitf56afa047748e2921f5ff4fe1f6217cd9a5aeeec (patch)
tree33a59c165174e9916816e55216f1e25828b43d64 /src/tools/miri/tests
parent5557f8c9d08d7f3f680943dcf97b6d4a7eb13aea (diff)
downloadrust-f56afa047748e2921f5ff4fe1f6217cd9a5aeeec.tar.gz
rust-f56afa047748e2921f5ff4fe1f6217cd9a5aeeec.zip
Stabilize `std::path::absolute`
Diffstat (limited to 'src/tools/miri/tests')
-rw-r--r--src/tools/miri/tests/pass/shims/path.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/miri/tests/pass/shims/path.rs b/src/tools/miri/tests/pass/shims/path.rs
index 9fc6e7faefb..cadbeb476bd 100644
--- a/src/tools/miri/tests/pass/shims/path.rs
+++ b/src/tools/miri/tests/pass/shims/path.rs
@@ -1,5 +1,4 @@
 //@compile-flags: -Zmiri-disable-isolation
-#![feature(absolute_path)]
 use std::path::{absolute, Path};
 
 #[track_caller]