mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-07 16:57:20 +00:00
17 lines
354 B
JavaScript
17 lines
354 B
JavaScript
// 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' },
|
|
],
|
|
},
|
|
];
|