rustdoc-search: add test case for bufread -> result<u8>

This commit is contained in:
Michael Howell 2023-06-03 12:00:37 -07:00
parent 9946d67579
commit c897deddb8

View File

@ -0,0 +1,16 @@
// ignore-order
const QUERY = [
'bufread -> result<u8>',
];
const EXPECTED = [
{
'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' },
],
},
];