2023-06-03 12:00:37 -07:00
|
|
|
// ignore-order
|
|
|
|
|
|
|
|
|
|
const EXPECTED = [
|
|
|
|
|
{
|
2024-09-24 18:18:01 -07:00
|
|
|
'query': 'bufread -> result<[u8]>',
|
2023-06-03 12:00:37 -07:00
|
|
|
'others': [
|
|
|
|
|
{ 'path': 'std::boxed::Box', 'name': 'fill_buf' },
|
2024-09-24 18:18:01 -07:00
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
'query': 'split<bufread> -> option<result<vec<u8>>>',
|
|
|
|
|
'others': [
|
|
|
|
|
{ 'path': 'std::io::Split', 'name': 'next' },
|
2023-06-03 12:00:37 -07:00
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
];
|