mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
26 lines
605 B
JavaScript
26 lines
605 B
JavaScript
![]() |
// exact-check
|
||
|
// ignore-order
|
||
|
|
||
|
const EXPECTED = [
|
||
|
{
|
||
|
'query': 'tyctxt, symbol -> bool',
|
||
|
'others': [
|
||
|
{
|
||
|
'path': 'foo::TyCtxt',
|
||
|
'name': 'has_attr',
|
||
|
'displayType': "`TyCtxt`, Into<DefId>, `Symbol` -> `bool`",
|
||
|
},
|
||
|
],
|
||
|
},
|
||
|
{
|
||
|
'query': 'tyctxt, into<defid>, symbol -> bool',
|
||
|
'others': [
|
||
|
{
|
||
|
'path': 'foo::TyCtxt',
|
||
|
'name': 'has_attr',
|
||
|
'displayType': "`TyCtxt`, `Into`<`DefId`>, `Symbol` -> `bool`",
|
||
|
},
|
||
|
],
|
||
|
},
|
||
|
];
|