blob: 3828cf76026eaef199e4192115541371ea0e251b (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | // ignore-order
const EXPECTED = [
    {
        'query': 'bufread -> result<u8>',
        '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' },
        ],
    },
];
 |