about summary refs log tree commit diff
path: root/src/test/rustdoc-js/substring.js
blob: 3a6750151f7d8e138668ac54624c34f9dd8d84f3 (plain)
1
2
3
4
5
6
7
8
9
10
// exact-check

const QUERY = 'waker_from';

const EXPECTED = {
    'others': [
        { 'path': 'std::task', 'name': 'local_waker_from_nonlocal' },
        { 'path': 'alloc::task', 'name': 'local_waker_from_nonlocal' },
    ],
};