rust/library/std
Yuki Okushi 55d0959328
Rollup merge of #77362 - RReverser:patch-1, r=dtolnay
Fix is_absolute on WASI

WASI does not match `cfg(unix)`, but its paths are Unix-like (`/some/path`) and don't have Windows-like prefixes.

Without this change, `is_absolute` for any paths, including `/some/path`, was returning `false`on a WASI target, which is obviously not true and undesirable.
2020-10-02 08:25:19 +09:00
..
benches
src Rollup merge of #77362 - RReverser:patch-1, r=dtolnay 2020-10-02 08:25:19 +09:00
tests
build.rs Remove duplicated library links between std and libc 2020-09-21 01:37:15 -07:00
Cargo.toml libary: Forward compiler-builtins "mem" feature 2020-09-27 20:31:06 -07:00