]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js/foreign-type-path.js
Auto merge of #107644 - Zoxc:query-cache-tweak, r=cjgillot
[rust.git] / tests / 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 };