You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of rust-lang#134252 - hermit-os:hermit-is_absolute, r=tgross35
Fix `Path::is_absolute` on Hermit
Paths on Hermit work like paths on Unix.
Closesrust-lang#132141.
On Hermit, this currently returns false, I would expect it to be true:
I could not find any documentation on what Hermit considers an absolute path, so just to be sure, this is also false:
I think adding hermit alongside wasi here in
path.rs
instd
would suffice:Meta
build-std
is giving me trouble, so I cannot test this on nightly right now, but the code inis_absolute
was not touched since, as far as I can tell.The text was updated successfully, but these errors were encountered: