]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/env-home-dir.rs
Stabilize `std::convert` and related code
[rust.git] / src / test / run-pass / env-home-dir.rs
index cd6147504512873f74d225b04d3474c0e6b299eb..7fb96112125afaaae984810a19d6ad83bbfeff3e 100644 (file)
@@ -8,7 +8,9 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(convert)]
+// pretty-expanded FIXME #23616
+
+#![feature(path)]
 
 use std::env::*;
 use std::path::PathBuf;