summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-js/foreign-type-path.js
blob: 334761badcab1f45a2ea48157f4ea6fc125454db (plain)
1
2
3
4
5
6
7
8
9
const QUERY = 'MyForeignType::my_method';

const EXPECTED = {
    'others': [
        // Test case for https://github.com/rust-lang/rust/pull/96887#pullrequestreview-967154358
        // Validates that the parent path for a foreign type method is correct.
        { 'path': 'foreign_type_path::aaaaaaa::MyForeignType', 'name': 'my_method' },
    ],
};