blob: 6b9309f68640899ea6ca19b89e9759f7ce4a2c22 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 | // ignore-order
const EXPECTED = [
    {
        'query': 'bufread -> result<[u8]>',
        'others': [
            { 'path': 'std::boxed::Box', 'name': 'fill_buf' },
        ],
    },
    {
        'query': 'split<bufread> -> option<result<vec<u8>>>',
        'others': [
            { 'path': 'std::io::Split', 'name': 'next' },
        ],
    },
];
 |