rust/tests/rustdoc-js/search-non-local-trait-impl.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
209 B
JavaScript
Raw Permalink Normal View History

2023-10-11 04:33:51 -05:00
// exact-check
// This test ensures that methods from blanket impls of not available foreign traits
// don't show up in the search results.
const EXPECTED = {
'query': 'equivalent',
'others': [],
};