mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 17:26:51 +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': [],
|
|
};
|