// make sure type-based searches with traits get unboxed too const EXPECTED = [ { 'query': 'any -> result', 'others': [ { 'path': 'std::boxed::Box', 'name': 'downcast' }, ], }, { 'query': 'split -> option>>', 'others': [ { 'path': 'std::io::Split', 'name': 'next' }, ], }, ];