]> git.proxmox.com Git - rustc.git/blob - tests/rustdoc-js-std/asrawfd.js
bump version to 1.80.1+dfsg1-1~bpo12+pve1
[rustc.git] / tests / rustdoc-js-std / asrawfd.js
1 // ignore-order
2
3 const EXPECTED = {
4 'query': 'RawFd::as_raw_fd',
5 'others': [
6 // Reproduction test for https://github.com/rust-lang/rust/issues/78724
7 // Validate that type alias methods get the correct path.
8 { 'path': 'std::os::fd::AsRawFd', 'name': 'as_raw_fd' },
9 { 'path': 'std::os::fd::AsRawFd', 'name': 'as_raw_fd' },
10 { 'path': 'std::os::fd::RawFd', 'name': 'as_raw_fd' },
11 ],
12 };