]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js-std/return-specific-literal.js
Rollup merge of #105796 - notriddle:notriddle/rustdoc-search-stop-doing-demerits...
[rust.git] / tests / rustdoc-js-std / return-specific-literal.js
1 const QUERY = 'struct:"string"';
2
3 const EXPECTED = {
4     'in_args': [
5         { 'path': 'std::string::String', 'name': 'ne' },
6     ],
7     'returned': [
8         { 'path': 'std::string::String', 'name': 'add' },
9     ],
10 };