about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/vec-new.js
blob: 309f3543faffec1b2efd161c22e68ff4e4eebef3 (plain)
1
2
3
4
5
6
7
8
9
const EXPECTED = {
    'query': 'Vec::new',
    'others': [
        { 'path': 'std::vec::Vec', 'name': 'new' },
        { 'path': 'alloc::vec::Vec', 'name': 'new' },
        { 'path': 'std::vec::Vec', 'name': 'new_in' },
        { 'path': 'alloc::vec::Vec', 'name': 'new_in' },
    ],
};