]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-js-std/should-fail.js
Rollup merge of #83671 - JohnTitor:issue-75801-test, r=Dylan-DPC
[rust.git] / src / test / rustdoc-js-std / should-fail.js
1 // should-fail
2
3 const QUERY = 'fn';
4
5 const EXPECTED = {
6     'others': [
7         { 'path': 'std', 'name': 'fn', ty: 14 },
8     ],
9 };