We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c846a2a commit 09bbc42Copy full SHA for 09bbc42
src/test/rustdoc-js-std/asrawfd.js
@@ -6,9 +6,9 @@ const EXPECTED = {
6
'others': [
7
// Reproduction test for https://github.com/rust-lang/rust/issues/78724
8
// Validate that type alias methods get the correct path.
9
- { 'path': 'std::os::unix::io::AsRawFd', 'name': 'as_raw_fd' },
10
- { 'path': 'std::os::wasi::io::AsRawFd', 'name': 'as_raw_fd' },
+ { 'path': 'std::os::fd::AsRawFd', 'name': 'as_raw_fd' },
11
{ 'path': 'std::os::linux::process::PidFd', 'name': 'as_raw_fd' },
12
- { 'path': 'std::os::unix::io::RawFd', 'name': 'as_raw_fd' },
+ { 'path': 'std::os::fd::RawFd', 'name': 'as_raw_fd' },
13
],
14
};
0 commit comments