blob: 44ddc0c1e75ce7c5b84cbf874262563ee732cbb8 [file] [log] [blame]
// make sure type-based searches with traits get unboxed too
const EXPECTED = [
{
'query': 'any -> result<box>',
'others': [
{ 'path': 'std::boxed::Box', 'name': 'downcast' },
],
},
{
'query': 'split<bufread> -> option<result<vec<u8>>>',
'others': [
{ 'path': 'std::io::Split', 'name': 'next' },
],
},
];