]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js-std/should-fail.js
Rollup merge of #107819 - clubby789:x-py-root, r=jyn514
[rust.git] / tests / 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 };