]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js/substring.js
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-2023-01-24
[rust.git] / tests / rustdoc-js / substring.js
1 const QUERY = 'waker_from';
2
3 const EXPECTED = {
4     'others': [
5         { 'path': 'substring::SuperWaker', 'name': 'local_waker_from_nonlocal' },
6         { 'path': 'substring::SuperWakerTask', 'name': 'local_waker_from_nonlocal' },
7     ],
8 };