]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-js/substring.js
Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6d1965a5f3f'
[rust.git] / src / test / 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 };