mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
10 lines
209 B
JavaScript
10 lines
209 B
JavaScript
// 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': [],
|
|
};
|