2023-06-03 14:00:37 -05:00
|
|
|
// ignore-order
|
|
|
|
|
|
|
|
const EXPECTED = [
|
|
|
|
{
|
2023-06-09 01:12:36 -05:00
|
|
|
'query': 'bufread -> result<u8>',
|
2023-06-03 14:00:37 -05:00
|
|
|
'others': [
|
|
|
|
{ 'path': 'std::io::Split', 'name': 'next' },
|
|
|
|
{ 'path': 'std::boxed::Box', 'name': 'fill_buf' },
|
|
|
|
{ 'path': 'std::io::Chain', 'name': 'fill_buf' },
|
|
|
|
{ 'path': 'std::io::Take', 'name': 'fill_buf' },
|
|
|
|
],
|
|
|
|
},
|
|
|
|
];
|