Skip to content

Commit ac16d9b

Browse files
authored
Rollup merge of #124335 - ChrisDenton:stabilize-absolute, r=dtolnay
Stabilize `std::path::absolute` FCP complete in rust-lang/rust#92750 (comment)
2 parents f047095 + 0b5a444 commit ac16d9b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#![feature(let_chains)]
1313
#![feature(lint_reasons)]
1414
#![feature(trait_upcasting)]
15-
#![feature(absolute_path)]
1615
// Configure clippy and other lints
1716
#![allow(
1817
clippy::collapsible_else_if,

tests/pass/shims/path.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//@compile-flags: -Zmiri-disable-isolation
2-
#![feature(absolute_path)]
32
use std::path::{absolute, Path};
43

54
#[track_caller]

0 commit comments

Comments
 (0)