mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-11 14:48:41 +00:00
17 lines
376 B
JavaScript
17 lines
376 B
JavaScript
// 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' },
|
|
],
|
|
},
|
|
];
|