blob: e1a3256876bde15af94274c65d1ab29a71c6ce62 (
plain)
1
2
3
4
5
6
7
8
9
|
const QUERY = 'Vec::new';
const EXPECTED = {
'others': [
{ 'path': 'std::vec::Vec', 'name': 'new' },
{ 'path': 'std::vec::Vec', 'name': 'ne' },
{ 'path': 'std::rc::Rc', 'name': 'ne' },
],
};
|