rust/src/test/rustdoc-js/substring.js
2018-12-25 21:08:33 -07:00

10 lines
232 B
JavaScript

// 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' },
],
};