diff options
| author | Chris Denton <chris@chrisdenton.dev> | 2024-04-16 12:51:57 +0000 |
|---|---|---|
| committer | Chris Denton <chris@chrisdenton.dev> | 2024-04-24 14:35:02 +0000 |
| commit | f56afa047748e2921f5ff4fe1f6217cd9a5aeeec (patch) | |
| tree | 33a59c165174e9916816e55216f1e25828b43d64 /src/tools/miri/tests | |
| parent | 5557f8c9d08d7f3f680943dcf97b6d4a7eb13aea (diff) | |
| download | rust-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.rs | 1 |
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] |
