]> git.proxmox.com Git - rustc.git/blob - src/test/rustdoc-js/foreign-type-path.js
Update unsuspicious file list
[rustc.git] / src / test / rustdoc-js / foreign-type-path.js
1 const QUERY = 'MyForeignType::my_method';
2
3 const EXPECTED = {
4 'others': [
5 // Test case for https://github.com/rust-lang/rust/pull/96887#pullrequestreview-967154358
6 // Validates that the parent path for a foreign type method is correct.
7 { 'path': 'foreign_type_path::aaaaaaa::MyForeignType', 'name': 'my_method' },
8 ],
9 };