about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/coverage/doc-examples.rs
diff options
context:
space:
mode:
authorShen-Ta Hsieh <beststeve@secondstate.io>2020-07-31 08:52:59 +0000
committerShen-Ta Hsieh <beststeve@secondstate.io>2020-07-31 09:01:16 +0000
commit4c851792ac28c6fb09828a036b7fe3d4e1707033 (patch)
tree6e88d9e80f9ceecc8e3c4bdeac5e92bbf2cddf15 /src/test/rustdoc-ui/coverage/doc-examples.rs
parentac91673d895a0c578ed773e1280bdde8adb87b8c (diff)
downloadrust-4c851792ac28c6fb09828a036b7fe3d4e1707033.tar.gz
rust-4c851792ac28c6fb09828a036b7fe3d4e1707033.zip
Fix std::fs::File::metadata permission on WASI target
Previously `std::fs::File::metadata` on wasm32-wasi would call `fd_filestat_get`
to get metadata associated with fd, but that fd is opened without
RIGHTS_FD_FILESTAT_GET right, so it will failed on correctly implemented WASI
environment.

This change instead to add the missing rights when opening an fd.
Diffstat (limited to 'src/test/rustdoc-ui/coverage/doc-examples.rs')
0 files changed, 0 insertions, 0 deletions