]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-js/foreign-type-path.js
Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431' into sync_cg_clif-2022-05-15
[rust.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 };