]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js/primitive.js
Rollup merge of #107580 - lenko-d:default_value_for_a_lifetime_generic_parameter_prod...
[rust.git] / tests / rustdoc-js / primitive.js
1 // exact-check
2
3 const QUERY = [
4     "i32",
5     "str",
6     "TotoIsSomewhere",
7 ];
8
9 const EXPECTED = [
10     {
11         'in_args': [
12             { 'path': 'primitive', 'name': 'foo' },
13         ],
14     },
15     {
16         'returned': [
17             { 'path': 'primitive', 'name': 'foo' },
18         ],
19     },
20     {
21         'others': [],
22         'in_args': [],
23         'returned': [],
24     },
25 ];