]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-js/substring.js
Sync core::simd up to rust-lang/portable-simd@2e081db92aa3ee0a4563bc28ce01bdad5b1b2efd
[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 };