]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js/prototype.js
Rollup merge of #107793 - joboet:raw_os_error_ty_tracking, r=Dylan-DPC
[rust.git] / tests / rustdoc-js / prototype.js
1 // exact-check
2
3 const QUERY = ['constructor', '__proto__'];
4
5 const EXPECTED = [
6     {
7         'others': [],
8         'returned': [],
9         'in_args': [],
10     },
11     {
12         'others': [],
13         'returned': [],
14         'in_args': [],
15     },
16 ];