]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-js-std/vec-new.js
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / src / test / rustdoc-js-std / vec-new.js
1 const QUERY = 'Vec::new';
2
3 const EXPECTED = {
4     'others': [
5         { 'path': 'std::vec::Vec', 'name': 'new' },
6         { 'path': 'std::vec::Vec', 'name': 'ne' },
7         { 'path': 'alloc::vec::Vec', 'name': 'ne' },
8     ],
9 };