std::path::absolute

This commit is contained in:
Chris Denton
2021-12-08 18:48:17 +00:00
parent 775e480722
commit d59d32c4f1
7 changed files with 208 additions and 4 deletions

View File

@@ -222,6 +222,7 @@
// std is implemented with unstable features, many of which are internal
// compiler details that will never be stable
// NB: the following list is sorted to minimize merge conflicts.
#![feature(absolute_path)]
#![feature(alloc_error_handler)]
#![feature(alloc_layout_extra)]
#![feature(allocator_api)]