Skip to content

Commit

Permalink
Rollup merge of #124335 - ChrisDenton:stabilize-absolute, r=dtolnay
Browse files Browse the repository at this point in the history
Stabilize `std::path::absolute`

FCP complete in rust-lang/rust#92750 (comment)
  • Loading branch information
matthiaskrgr authored Apr 24, 2024
2 parents f047095 + 0b5a444 commit ac16d9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#![feature(let_chains)]
#![feature(lint_reasons)]
#![feature(trait_upcasting)]
#![feature(absolute_path)]
// Configure clippy and other lints
#![allow(
clippy::collapsible_else_if,
Expand Down
1 change: 0 additions & 1 deletion tests/pass/shims/path.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//@compile-flags: -Zmiri-disable-isolation
#![feature(absolute_path)]
use std::path::{absolute, Path};

#[track_caller]
Expand Down

0 comments on commit ac16d9b

Please sign in to comment.