Skip to content

Commit c897ded

Browse files
committed
rustdoc-search: add test case for bufread -> result<u8>
1 parent 9946d67 commit c897ded

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// ignore-order
2+
3+
const QUERY = [
4+
'bufread -> result<u8>',
5+
];
6+
7+
const EXPECTED = [
8+
{
9+
'others': [
10+
{ 'path': 'std::io::Split', 'name': 'next' },
11+
{ 'path': 'std::boxed::Box', 'name': 'fill_buf' },
12+
{ 'path': 'std::io::Chain', 'name': 'fill_buf' },
13+
{ 'path': 'std::io::Take', 'name': 'fill_buf' },
14+
],
15+
},
16+
];

0 commit comments

Comments
 (0)